COLOR #B05CA2

HEX: #B05CA2
RGB: (176,92,162)

Color info

#B05CA2 contains mainly red and blue colors. Web safe color of #B05CA2 is #996699 (or #969).

RGB color model

#B05CA2 color RGB value is (176,92,162).

  • red value is 176;
  • green value is 92;
  • blue value is 162.
RGB:
(176,92,162)
(69%,36%,64%)

RGB channels and saturation

R 176 of 255 = 69%
G 92 of 255 = 36%
B 162 of 255 = 64%

176
92
162

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

Portions of RGB colors in percentages

R + G + B =
176 + 92 + 162 = 430 (100%)
R 176 of 430 ~ 40.93%
G 92 of 430 ~ 21.4%
B 162 of 430 ~ 37.67%

%40.93
%21.4
%37.67

CMYK color model

#B05CA2 color CMYK value is (0,48,8,31).

  • cyan value is 0.00%
  • magenta value is 47.73%
  • yellow value is 7.95%
  • key color value is 30.98%
CMYK:
(0,48,8,31)
C0M48Y8K31 
(0%,48%,8%,31%)
(0.00/0.48/0.08/0.31)	

CMYK percentages

%0
%47.73
%7.95
%30.98

Codes

Color #B05CA2 in popluar color models

B05CA2
RGB17692162
HSL310°34.71%52.55%
HSB/HSV310°47.73%69.02%
CMYK0.00%47.73%7.95%
30.98%

Color #B05CA2 in popluar number systems.

HEXB05CA2
Decimal17692162
Binary10110000101110010100010
Octal260134242

Shades and tints

Shades of #B05CA2

#B05CA2
(176,92,162)
#A05494
(160,84,148)
#904C86
(144,76,134)
#804478
(128,68,120)
#703C6A
(112,60,106)
#60345C
(96,52,92)
#502C4E
(80,44,78)
#402440
(64,36,64)
#301C32
(48,28,50)
#201424
(32,20,36)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #B05CA2

#B05CA2
(176,92,162)
#B76AAA
(183,106,170)
#BE78B2
(190,120,178)
#C586BA
(197,134,186)
#CC94C2
(204,148,194)
#D3A2CA
(211,162,202)
#DAB0D2
(218,176,210)
#E1BEDA
(225,190,218)
#E8CCE2
(232,204,226)
#EFDAEA
(239,218,234)
#F6E8F2
(246,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05CA2 color. Also use rgb(176,92,162) instead hex code.

Text Font Color

.myTextColor { color: #B05CA2; }

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

This text font color is #B05CA2.


Background Color

.myBgColor { background-color: #B05CA2; }

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

This div background color is #B05CA2.


Border color

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

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

This div border color is #B05CA2.


Opacity

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

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

Text with #B05CA2 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 #B05CA2;}

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

This text has shadow with #B05CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05CA2 on black background.


Color preview on white background

This text has color #B05CA2 on white background.



Black color preview on #B05CA2 background

This text has black color on #B05CA2 background.


White color preview on #B05CA2 background

This text has white color on #B05CA2 background.