COLOR #B872B6

HEX: #B872B6
RGB: (184,114,182)

Color info

#B872B6 contains mainly red and blue colors. Web safe color of #B872B6 is #CC66CC (or #C6C).

RGB color model

#B872B6 color RGB value is (184,114,182).

  • red value is 184;
  • green value is 114;
  • blue value is 182.
RGB:
(184,114,182)
(72%,45%,71%)

RGB channels and saturation

R 184 of 255 = 72%
G 114 of 255 = 45%
B 182 of 255 = 71%

184
114
182

R + G + B ~ 63%. #B872B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 114 + 182 = 480 (100%)
R 184 of 480 ~ 38.33%
G 114 of 480 ~ 23.75%
B 182 of 480 ~ 37.92%

%38.33
%23.75
%37.92

CMYK color model

#B872B6 color CMYK value is (0,38,1,28).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 1.09%
  • key color value is 27.84%
CMYK:
(0,38,1,28)
C0M38Y1K28 
(0%,38%,1%,28%)
(0.00/0.38/0.01/0.28)	

CMYK percentages

%0
%38.04
%1.09
%27.84

Codes

Color #B872B6 in popluar color models

B872B6
RGB184114182
HSL302°33.02%58.43%
HSB/HSV302°38.04%72.16%
CMYK0.00%38.04%1.09%
27.84%

Color #B872B6 in popluar number systems.

HEXB872B6
Decimal184114182
Binary10111000111001010110110
Octal270162266

Shades and tints

Shades of #B872B6

#B872B6
(184,114,182)
#A868A6
(168,104,166)
#985E96
(152,94,150)
#885486
(136,84,134)
#784A76
(120,74,118)
#684066
(104,64,102)
#583656
(88,54,86)
#482C46
(72,44,70)
#382236
(56,34,54)
#281826
(40,24,38)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #B872B6

#B872B6
(184,114,182)
#BE7EBC
(190,126,188)
#C48AC2
(196,138,194)
#CA96C8
(202,150,200)
#D0A2CE
(208,162,206)
#D6AED4
(214,174,212)
#DCBADA
(220,186,218)
#E2C6E0
(226,198,224)
#E8D2E6
(232,210,230)
#EEDEEC
(238,222,236)
#F4EAF2
(244,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B872B6 color. Also use rgb(184,114,182) instead hex code.

Text Font Color

.myTextColor { color: #B872B6; }

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

This text font color is #B872B6.


Background Color

.myBgColor { background-color: #B872B6; }

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

This div background color is #B872B6.


Border color

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

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

This div border color is #B872B6.


Opacity

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

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

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

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

This text has shadow with #B872B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B872B6 on black background.


Color preview on white background

This text has color #B872B6 on white background.



Black color preview on #B872B6 background

This text has black color on #B872B6 background.


White color preview on #B872B6 background

This text has white color on #B872B6 background.