COLOR #B873BA

HEX: #B873BA
RGB: (184,115,186)

Color info

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

RGB color model

#B873BA color RGB value is (184,115,186).

  • red value is 184;
  • green value is 115;
  • blue value is 186.
RGB:
(184,115,186)
(72%,45%,73%)

RGB channels and saturation

R 184 of 255 = 72%
G 115 of 255 = 45%
B 186 of 255 = 73%

184
115
186

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

Portions of RGB colors in percentages

R + G + B =
184 + 115 + 186 = 485 (100%)
R 184 of 485 ~ 37.94%
G 115 of 485 ~ 23.71%
B 186 of 485 ~ 38.35%

%37.94
%23.71
%38.35

CMYK color model

#B873BA color CMYK value is (1,38,0,27).

  • cyan value is 1.08%
  • magenta value is 38.17%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(1,38,0,27)
C1M38Y0K27 
(1%,38%,0%,27%)
(0.01/0.38/0.00/0.27)	

CMYK percentages

%1.08
%38.17
%0
%27.06

Codes

Color #B873BA in popluar color models

B873BA
RGB184115186
HSL298°33.97%59.02%
HSB/HSV298°38.17%72.94%
CMYK1.08%38.17%0.00%
27.06%

Color #B873BA in popluar number systems.

HEXB873BA
Decimal184115186
Binary10111000111001110111010
Octal270163272

Shades and tints

Shades of #B873BA

#B873BA
(184,115,186)
#A869AA
(168,105,170)
#985F9A
(152,95,154)
#88558A
(136,85,138)
#784B7A
(120,75,122)
#68416A
(104,65,106)
#58375A
(88,55,90)
#482D4A
(72,45,74)
#38233A
(56,35,58)
#28192A
(40,25,42)
#180F1A
(24,15,26)
#000000
(0,0,0)

Tints of #B873BA

#B873BA
(184,115,186)
#BE7FC0
(190,127,192)
#C48BC6
(196,139,198)
#CA97CC
(202,151,204)
#D0A3D2
(208,163,210)
#D6AFD8
(214,175,216)
#DCBBDE
(220,187,222)
#E2C7E4
(226,199,228)
#E8D3EA
(232,211,234)
#EEDFF0
(238,223,240)
#F4EBF6
(244,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B873BA color. Also use rgb(184,115,186) instead hex code.

Text Font Color

.myTextColor { color: #B873BA; }

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

This text font color is #B873BA.


Background Color

.myBgColor { background-color: #B873BA; }

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

This div background color is #B873BA.


Border color

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

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

This div border color is #B873BA.


Opacity

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

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

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

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

This text has shadow with #B873BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B873BA on black background.


Color preview on white background

This text has color #B873BA on white background.



Black color preview on #B873BA background

This text has black color on #B873BA background.


White color preview on #B873BA background

This text has white color on #B873BA background.