COLOR #B879CA

HEX: #B879CA
RGB: (184,121,202)

Color info

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

RGB color model

#B879CA color RGB value is (184,121,202).

  • red value is 184;
  • green value is 121;
  • blue value is 202.
RGB:
(184,121,202)
(72%,47%,79%)

RGB channels and saturation

R 184 of 255 = 72%
G 121 of 255 = 47%
B 202 of 255 = 79%

184
121
202

R + G + B ~ 66%. #B879CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 121 + 202 = 507 (100%)
R 184 of 507 ~ 36.29%
G 121 of 507 ~ 23.87%
B 202 of 507 ~ 39.84%

%36.29
%23.87
%39.84

CMYK color model

#B879CA color CMYK value is (9,40,0,21).

  • cyan value is 8.91%
  • magenta value is 40.10%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(9,40,0,21)
C9M40Y0K21 
(9%,40%,0%,21%)
(0.09/0.40/0.00/0.21)	

CMYK percentages

%8.91
%40.1
%0
%20.78

Codes

Color #B879CA in popluar color models

B879CA
RGB184121202
HSL287°43.32%63.33%
HSB/HSV287°40.10%79.22%
CMYK8.91%40.10%0.00%
20.78%

Color #B879CA in popluar number systems.

HEXB879CA
Decimal184121202
Binary10111000111100111001010
Octal270171312

Shades and tints

Shades of #B879CA

#B879CA
(184,121,202)
#A86EB8
(168,110,184)
#9863A6
(152,99,166)
#885894
(136,88,148)
#784D82
(120,77,130)
#684270
(104,66,112)
#58375E
(88,55,94)
#482C4C
(72,44,76)
#38213A
(56,33,58)
#281628
(40,22,40)
#180B16
(24,11,22)
#000000
(0,0,0)

Tints of #B879CA

#B879CA
(184,121,202)
#BE85CE
(190,133,206)
#C491D2
(196,145,210)
#CA9DD6
(202,157,214)
#D0A9DA
(208,169,218)
#D6B5DE
(214,181,222)
#DCC1E2
(220,193,226)
#E2CDE6
(226,205,230)
#E8D9EA
(232,217,234)
#EEE5EE
(238,229,238)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B879CA color. Also use rgb(184,121,202) instead hex code.

Text Font Color

.myTextColor { color: #B879CA; }

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

This text font color is #B879CA.


Background Color

.myBgColor { background-color: #B879CA; }

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

This div background color is #B879CA.


Border color

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

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

This div border color is #B879CA.


Opacity

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

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

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

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

This text has shadow with #B879CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B879CA on black background.


Color preview on white background

This text has color #B879CA on white background.



Black color preview on #B879CA background

This text has black color on #B879CA background.


White color preview on #B879CA background

This text has white color on #B879CA background.