COLOR #B887F8

HEX: #B887F8
RGB: (184,135,248)

Color info

#B887F8 contains mainly blue color. Web safe color of #B887F8 is #CC99FF (or #C9F).

RGB color model

#B887F8 color RGB value is (184,135,248).

  • red value is 184;
  • green value is 135;
  • blue value is 248.
RGB:
(184,135,248)
(72%,53%,97%)

RGB channels and saturation

R 184 of 255 = 72%
G 135 of 255 = 53%
B 248 of 255 = 97%

184
135
248

R + G + B ~ 74%. #B887F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 135 + 248 = 567 (100%)
R 184 of 567 ~ 32.45%
G 135 of 567 ~ 23.81%
B 248 of 567 ~ 43.74%

%32.45
%23.81
%43.74

CMYK color model

#B887F8 color CMYK value is (26,46,0,3).

  • cyan value is 25.81%
  • magenta value is 45.56%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(26,46,0,3)
C26M46Y0K3 
(26%,46%,0%,3%)
(0.26/0.46/0.00/0.03)	

CMYK percentages

%25.81
%45.56
%0
%2.75

Codes

Color #B887F8 in popluar color models

B887F8
RGB184135248
HSL266°88.98%75.10%
HSB/HSV266°45.56%97.25%
CMYK25.81%45.56%0.00%
2.75%

Color #B887F8 in popluar number systems.

HEXB887F8
Decimal184135248
Binary101110001000011111111000
Octal270207370

Shades and tints

Shades of #B887F8

#B887F8
(184,135,248)
#A87BE2
(168,123,226)
#986FCC
(152,111,204)
#8863B6
(136,99,182)
#7857A0
(120,87,160)
#684B8A
(104,75,138)
#583F74
(88,63,116)
#48335E
(72,51,94)
#382748
(56,39,72)
#281B32
(40,27,50)
#180F1C
(24,15,28)
#000000
(0,0,0)

Tints of #B887F8

#B887F8
(184,135,248)
#BE91F8
(190,145,248)
#C49BF8
(196,155,248)
#CAA5F8
(202,165,248)
#D0AFF8
(208,175,248)
#D6B9F8
(214,185,248)
#DCC3F8
(220,195,248)
#E2CDF8
(226,205,248)
#E8D7F8
(232,215,248)
#EEE1F8
(238,225,248)
#F4EBF8
(244,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B887F8 color. Also use rgb(184,135,248) instead hex code.

Text Font Color

.myTextColor { color: #B887F8; }

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

This text font color is #B887F8.


Background Color

.myBgColor { background-color: #B887F8; }

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

This div background color is #B887F8.


Border color

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

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

This div border color is #B887F8.


Opacity

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

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

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

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

This text has shadow with #B887F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B887F8 on black background.


Color preview on white background

This text has color #B887F8 on white background.



Black color preview on #B887F8 background

This text has black color on #B887F8 background.


White color preview on #B887F8 background

This text has white color on #B887F8 background.