COLOR #B87BF9

HEX: #B87BF9
RGB: (184,123,249)

Color info

#B87BF9 contains mainly blue color. Web safe color of #B87BF9 is #CC66FF (or #C6F).

RGB color model

#B87BF9 color RGB value is (184,123,249).

  • red value is 184;
  • green value is 123;
  • blue value is 249.
RGB:
(184,123,249)
(72%,48%,98%)

RGB channels and saturation

R 184 of 255 = 72%
G 123 of 255 = 48%
B 249 of 255 = 98%

184
123
249

R + G + B ~ 73%. #B87BF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 123 + 249 = 556 (100%)
R 184 of 556 ~ 33.09%
G 123 of 556 ~ 22.12%
B 249 of 556 ~ 44.78%

%33.09
%22.12
%44.78

CMYK color model

#B87BF9 color CMYK value is (26,51,0,2).

  • cyan value is 26.10%
  • magenta value is 50.60%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(26,51,0,2)
C26M51Y0K2 
(26%,51%,0%,2%)
(0.26/0.51/0.00/0.02)	

CMYK percentages

%26.1
%50.6
%0
%2.35

Codes

Color #B87BF9 in popluar color models

B87BF9
RGB184123249
HSL269°91.30%72.94%
HSB/HSV269°50.60%97.65%
CMYK26.10%50.60%0.00%
2.35%

Color #B87BF9 in popluar number systems.

HEXB87BF9
Decimal184123249
Binary10111000111101111111001
Octal270173371

Shades and tints

Shades of #B87BF9

#B87BF9
(184,123,249)
#A870E3
(168,112,227)
#9865CD
(152,101,205)
#885AB7
(136,90,183)
#784FA1
(120,79,161)
#68448B
(104,68,139)
#583975
(88,57,117)
#482E5F
(72,46,95)
#382349
(56,35,73)
#281833
(40,24,51)
#180D1D
(24,13,29)
#000000
(0,0,0)

Tints of #B87BF9

#B87BF9
(184,123,249)
#BE87F9
(190,135,249)
#C493F9
(196,147,249)
#CA9FF9
(202,159,249)
#D0ABF9
(208,171,249)
#D6B7F9
(214,183,249)
#DCC3F9
(220,195,249)
#E2CFF9
(226,207,249)
#E8DBF9
(232,219,249)
#EEE7F9
(238,231,249)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B87BF9 color. Also use rgb(184,123,249) instead hex code.

Text Font Color

.myTextColor { color: #B87BF9; }

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

This text font color is #B87BF9.


Background Color

.myBgColor { background-color: #B87BF9; }

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

This div background color is #B87BF9.


Border color

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

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

This div border color is #B87BF9.


Opacity

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

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

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

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

This text has shadow with #B87BF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B87BF9 on black background.


Color preview on white background

This text has color #B87BF9 on white background.



Black color preview on #B87BF9 background

This text has black color on #B87BF9 background.


White color preview on #B87BF9 background

This text has white color on #B87BF9 background.