COLOR #B05899

HEX: #B05899
RGB: (176,88,153)

Color info

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

RGB color model

#B05899 color RGB value is (176,88,153).

  • red value is 176;
  • green value is 88;
  • blue value is 153.
RGB:
(176,88,153)
(69%,35%,60%)

RGB channels and saturation

R 176 of 255 = 69%
G 88 of 255 = 35%
B 153 of 255 = 60%

176
88
153

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

Portions of RGB colors in percentages

R + G + B =
176 + 88 + 153 = 417 (100%)
R 176 of 417 ~ 42.21%
G 88 of 417 ~ 21.1%
B 153 of 417 ~ 36.69%

%42.21
%21.1
%36.69

CMYK color model

#B05899 color CMYK value is (0,50,13,31).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 13.07%
  • key color value is 30.98%
CMYK:
(0,50,13,31)
C0M50Y13K31 
(0%,50%,13%,31%)
(0.00/0.50/0.13/0.31)	

CMYK percentages

%0
%50
%13.07
%30.98

Codes

Color #B05899 in popluar color models

B05899
RGB17688153
HSL316°35.77%51.76%
HSB/HSV316°50.00%69.02%
CMYK0.00%50.00%13.07%
30.98%

Color #B05899 in popluar number systems.

HEXB05899
Decimal17688153
Binary10110000101100010011001
Octal260130231

Shades and tints

Shades of #B05899

#B05899
(176,88,153)
#A0508C
(160,80,140)
#90487F
(144,72,127)
#804072
(128,64,114)
#703865
(112,56,101)
#603058
(96,48,88)
#50284B
(80,40,75)
#40203E
(64,32,62)
#301831
(48,24,49)
#201024
(32,16,36)
#100817
(16,8,23)
#000000
(0,0,0)

Tints of #B05899

#B05899
(176,88,153)
#B767A2
(183,103,162)
#BE76AB
(190,118,171)
#C585B4
(197,133,180)
#CC94BD
(204,148,189)
#D3A3C6
(211,163,198)
#DAB2CF
(218,178,207)
#E1C1D8
(225,193,216)
#E8D0E1
(232,208,225)
#EFDFEA
(239,223,234)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05899 color. Also use rgb(176,88,153) instead hex code.

Text Font Color

.myTextColor { color: #B05899; }

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

This text font color is #B05899.


Background Color

.myBgColor { background-color: #B05899; }

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

This div background color is #B05899.


Border color

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

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

This div border color is #B05899.


Opacity

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

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

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

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

This text has shadow with #B05899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05899 on black background.


Color preview on white background

This text has color #B05899 on white background.



Black color preview on #B05899 background

This text has black color on #B05899 background.


White color preview on #B05899 background

This text has white color on #B05899 background.