COLOR #B05F8C

HEX: #B05F8C
RGB: (176,95,140)

Color info

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

RGB color model

#B05F8C color RGB value is (176,95,140).

  • red value is 176;
  • green value is 95;
  • blue value is 140.
RGB:
(176,95,140)
(69%,37%,55%)

RGB channels and saturation

R 176 of 255 = 69%
G 95 of 255 = 37%
B 140 of 255 = 55%

176
95
140

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

Portions of RGB colors in percentages

R + G + B =
176 + 95 + 140 = 411 (100%)
R 176 of 411 ~ 42.82%
G 95 of 411 ~ 23.11%
B 140 of 411 ~ 34.06%

%42.82
%23.11
%34.06

CMYK color model

#B05F8C color CMYK value is (0,46,20,31).

  • cyan value is 0.00%
  • magenta value is 46.02%
  • yellow value is 20.45%
  • key color value is 30.98%
CMYK:
(0,46,20,31)
C0M46Y20K31 
(0%,46%,20%,31%)
(0.00/0.46/0.20/0.31)	

CMYK percentages

%0
%46.02
%20.45
%30.98

Codes

Color #B05F8C in popluar color models

B05F8C
RGB17695140
HSL327°33.89%53.14%
HSB/HSV327°46.02%69.02%
CMYK0.00%46.02%20.45%
30.98%

Color #B05F8C in popluar number systems.

HEXB05F8C
Decimal17695140
Binary10110000101111110001100
Octal260137214

Shades and tints

Shades of #B05F8C

#B05F8C
(176,95,140)
#A05780
(160,87,128)
#904F74
(144,79,116)
#804768
(128,71,104)
#703F5C
(112,63,92)
#603750
(96,55,80)
#502F44
(80,47,68)
#402738
(64,39,56)
#301F2C
(48,31,44)
#201720
(32,23,32)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #B05F8C

#B05F8C
(176,95,140)
#B76D96
(183,109,150)
#BE7BA0
(190,123,160)
#C589AA
(197,137,170)
#CC97B4
(204,151,180)
#D3A5BE
(211,165,190)
#DAB3C8
(218,179,200)
#E1C1D2
(225,193,210)
#E8CFDC
(232,207,220)
#EFDDE6
(239,221,230)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05F8C color. Also use rgb(176,95,140) instead hex code.

Text Font Color

.myTextColor { color: #B05F8C; }

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

This text font color is #B05F8C.


Background Color

.myBgColor { background-color: #B05F8C; }

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

This div background color is #B05F8C.


Border color

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

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

This div border color is #B05F8C.


Opacity

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

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

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

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

This text has shadow with #B05F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05F8C on black background.


Color preview on white background

This text has color #B05F8C on white background.



Black color preview on #B05F8C background

This text has black color on #B05F8C background.


White color preview on #B05F8C background

This text has white color on #B05F8C background.