COLOR #B873C9

HEX: #B873C9
RGB: (184,115,201)

Color info

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

RGB color model

#B873C9 color RGB value is (184,115,201).

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

RGB channels and saturation

R 184 of 255 = 72%
G 115 of 255 = 45%
B 201 of 255 = 79%

184
115
201

R + G + B ~ 65%. #B873C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 115 + 201 = 500 (100%)
R 184 of 500 ~ 36.8%
G 115 of 500 ~ 23%
B 201 of 500 ~ 40.2%

%36.8
%23
%40.2

CMYK color model

#B873C9 color CMYK value is (8,43,0,21).

  • cyan value is 8.46%
  • magenta value is 42.79%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(8,43,0,21)
C8M43Y0K21 
(8%,43%,0%,21%)
(0.08/0.43/0.00/0.21)	

CMYK percentages

%8.46
%42.79
%0
%21.18

Codes

Color #B873C9 in popluar color models

B873C9
RGB184115201
HSL288°44.33%61.96%
HSB/HSV288°42.79%78.82%
CMYK8.46%42.79%0.00%
21.18%

Color #B873C9 in popluar number systems.

HEXB873C9
Decimal184115201
Binary10111000111001111001001
Octal270163311

Shades and tints

Shades of #B873C9

#B873C9
(184,115,201)
#A869B7
(168,105,183)
#985FA5
(152,95,165)
#885593
(136,85,147)
#784B81
(120,75,129)
#68416F
(104,65,111)
#58375D
(88,55,93)
#482D4B
(72,45,75)
#382339
(56,35,57)
#281927
(40,25,39)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #B873C9

#B873C9
(184,115,201)
#BE7FCD
(190,127,205)
#C48BD1
(196,139,209)
#CA97D5
(202,151,213)
#D0A3D9
(208,163,217)
#D6AFDD
(214,175,221)
#DCBBE1
(220,187,225)
#E2C7E5
(226,199,229)
#E8D3E9
(232,211,233)
#EEDFED
(238,223,237)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B873C9; }

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

This text font color is #B873C9.


Background Color

.myBgColor { background-color: #B873C9; }

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

This div background color is #B873C9.


Border color

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

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

This div border color is #B873C9.


Opacity

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

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

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

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

This text has shadow with #B873C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B873C9 on black background.


Color preview on white background

This text has color #B873C9 on white background.



Black color preview on #B873C9 background

This text has black color on #B873C9 background.


White color preview on #B873C9 background

This text has white color on #B873C9 background.