COLOR #B87CE6

HEX: #B87CE6
RGB: (184,124,230)

Color info

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

RGB color model

#B87CE6 color RGB value is (184,124,230).

  • red value is 184;
  • green value is 124;
  • blue value is 230.
RGB:
(184,124,230)
(72%,49%,90%)

RGB channels and saturation

R 184 of 255 = 72%
G 124 of 255 = 49%
B 230 of 255 = 90%

184
124
230

R + G + B ~ 70%. #B87CE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 124 + 230 = 538 (100%)
R 184 of 538 ~ 34.2%
G 124 of 538 ~ 23.05%
B 230 of 538 ~ 42.75%

%34.2
%23.05
%42.75

CMYK color model

#B87CE6 color CMYK value is (20,46,0,10).

  • cyan value is 20.00%
  • magenta value is 46.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(20,46,0,10)
C20M46Y0K10 
(20%,46%,0%,10%)
(0.20/0.46/0.00/0.10)	

CMYK percentages

%20
%46.09
%0
%9.8

Codes

Color #B87CE6 in popluar color models

B87CE6
RGB184124230
HSL274°67.95%69.41%
HSB/HSV274°46.09%90.20%
CMYK20.00%46.09%0.00%
9.80%

Color #B87CE6 in popluar number systems.

HEXB87CE6
Decimal184124230
Binary10111000111110011100110
Octal270174346

Shades and tints

Shades of #B87CE6

#B87CE6
(184,124,230)
#A871D2
(168,113,210)
#9866BE
(152,102,190)
#885BAA
(136,91,170)
#785096
(120,80,150)
#684582
(104,69,130)
#583A6E
(88,58,110)
#482F5A
(72,47,90)
#382446
(56,36,70)
#281932
(40,25,50)
#180E1E
(24,14,30)
#000000
(0,0,0)

Tints of #B87CE6

#B87CE6
(184,124,230)
#BE87E8
(190,135,232)
#C492EA
(196,146,234)
#CA9DEC
(202,157,236)
#D0A8EE
(208,168,238)
#D6B3F0
(214,179,240)
#DCBEF2
(220,190,242)
#E2C9F4
(226,201,244)
#E8D4F6
(232,212,246)
#EEDFF8
(238,223,248)
#F4EAFA
(244,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87CE6 color. Also use rgb(184,124,230) instead hex code.

Text Font Color

.myTextColor { color: #B87CE6; }

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

This text font color is #B87CE6.


Background Color

.myBgColor { background-color: #B87CE6; }

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

This div background color is #B87CE6.


Border color

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

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

This div border color is #B87CE6.


Opacity

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

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

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

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

This text has shadow with #B87CE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87CE6 on black background.


Color preview on white background

This text has color #B87CE6 on white background.



Black color preview on #B87CE6 background

This text has black color on #B87CE6 background.


White color preview on #B87CE6 background

This text has white color on #B87CE6 background.