COLOR #B463B0

HEX: #B463B0
RGB: (180,99,176)

Renk bilgisi

#B463B0 contains mainly red and blue colors. #B463B0 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#B463B0 color RGB value is (180,99,176).

  • kırmız ton 180;
  • yeşil ton 99;
  • mavi ton 176.
RGB:
(180,99,176)
(71%,39%,69%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 99 of 255 = 39%
B 176 of 255 = 69%

180
99
176

R + G + B ~ 60%. #B463B0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 99 + 176 = 455 (100%)
R 180 of 455 ~ 39.56%
G 99 of 455 ~ 21.76%
B 176 of 455 ~ 38.68%

%39.56
%21.76
%38.68

CMYK RENK MODELİ

#B463B0 rengi CMYK tonu (0,45,2,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.00%
  • sarı tonu 2.22%
  • ana renk tonu 29.41%
CMYK:
(0,45,2,29)
C0M45Y2K29 
(0%,45%,2%,29%)
(0.00/0.45/0.02/0.29)	

CMYK yüzdeleri

%0
%45
%2.22
%29.41

Codes

Color #B463B0 in popluar color models

B463B0
RGB18099176
HSL303°35.06%54.71%
HSB/HSV303°45.00%70.59%
CMYK0.00%45.00%2.22%
29.41%

Color #B463B0 in popluar number systems.

HEXB463B0
Decimal18099176
Binary10110100110001110110000
Octal264143260

Shades and tints

Shades of #B463B0

#B463B0
(180,99,176)
#A45AA0
(164,90,160)
#945190
(148,81,144)
#844880
(132,72,128)
#743F70
(116,63,112)
#643660
(100,54,96)
#542D50
(84,45,80)
#442440
(68,36,64)
#341B30
(52,27,48)
#241220
(36,18,32)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #B463B0

#B463B0
(180,99,176)
#BA71B7
(186,113,183)
#C07FBE
(192,127,190)
#C68DC5
(198,141,197)
#CC9BCC
(204,155,204)
#D2A9D3
(210,169,211)
#D8B7DA
(216,183,218)
#DEC5E1
(222,197,225)
#E4D3E8
(228,211,232)
#EAE1EF
(234,225,239)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B463B0 color. Also use rgb(180,99,176) instead hex code.

Text Font Color

.myTextColor { color: #B463B0; }

<p style="color:#B463B0">This sample text font color is #B463B0.</p>

This text font color is #B463B0.


Background Color

.myBgColor { background-color: #B463B0; }

<div style="background-color:#B463B0">Inner text</div>

This div background color is #B463B0.


Border color

.myBorderColor { border: 1px solid #B463B0; }

<div style="border:3px solid #B463B0">Div</div>

This div border color is #B463B0.


Opacity

.myOpacity80 { color: #B463B0; opacity: 0.8; }

<p style="color:#B463B0;opacity:0.8;">80%</p>

Text with #B463B0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B463B0;}

<p style="text-shadow: 3px 3px 1px #B463B0">Text here.</p>

This text has shadow with #B463B0 color.

.textShadow {text-shadow: 3px 3px 1px #B463B0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B463B0, 5px 5px 20px red">Text here.</p>

This text has shadow with #B463B0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B463B0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B463B0, Direction=45, Strength=4)">Text</p>

This text has shadow with #B463B0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B463B0;
  -webkit-box-shadow:	1px 1px 3px 2px #B463B0;
  box-shadow:		1px 1px 3px 2px #B463B0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B463B0;
-webkit-box-shadow: 1px 1px 3px 2px #B463B0;
box-shadow:1px 1px 3px 2px #B463B0;">
Div content here</div>
This div box has shadow with color #B463B0.

Preview

Color preview on black background

This text has color #B463B0 on black background.


Color preview on white background

This text has color #B463B0 on white background.



Black color preview on #B463B0 background

This text has black color on #B463B0 background.


White color preview on #B463B0 background

This text has white color on #B463B0 background.