COLOR #BB86EE

HEX: #BB86EE
RGB: (187,134,238)

Color info

#BB86EE contains mainly red and blue colors. Web safe color of #BB86EE is #CC99FF (or #C9F).

RGB color model

#BB86EE color RGB value is (187,134,238).

  • red value is 187;
  • green value is 134;
  • blue value is 238.
RGB:
(187,134,238)
(73%,53%,93%)

RGB channels and saturation

R 187 of 255 = 73%
G 134 of 255 = 53%
B 238 of 255 = 93%

187
134
238

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

Portions of RGB colors in percentages

R + G + B =
187 + 134 + 238 = 559 (100%)
R 187 of 559 ~ 33.45%
G 134 of 559 ~ 23.97%
B 238 of 559 ~ 42.58%

%33.45
%23.97
%42.58

CMYK color model

#BB86EE color CMYK value is (21,44,0,7).

  • cyan value is 21.43%
  • magenta value is 43.70%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(21,44,0,7)
C21M44Y0K7 
(21%,44%,0%,7%)
(0.21/0.44/0.00/0.07)	

CMYK percentages

%21.43
%43.7
%0
%6.67

Codes

Color #BB86EE in popluar color models

BB86EE
RGB187134238
HSL271°75.36%72.94%
HSB/HSV271°43.70%93.33%
CMYK21.43%43.70%0.00%
6.67%

Color #BB86EE in popluar number systems.

HEXBB86EE
Decimal187134238
Binary101110111000011011101110
Octal273206356

Shades and tints

Shades of #BB86EE

#BB86EE
(187,134,238)
#AA7AD9
(170,122,217)
#996EC4
(153,110,196)
#8862AF
(136,98,175)
#77569A
(119,86,154)
#664A85
(102,74,133)
#553E70
(85,62,112)
#44325B
(68,50,91)
#332646
(51,38,70)
#221A31
(34,26,49)
#110E1C
(17,14,28)
#000000
(0,0,0)

Tints of #BB86EE

#BB86EE
(187,134,238)
#C191EF
(193,145,239)
#C79CF0
(199,156,240)
#CDA7F1
(205,167,241)
#D3B2F2
(211,178,242)
#D9BDF3
(217,189,243)
#DFC8F4
(223,200,244)
#E5D3F5
(229,211,245)
#EBDEF6
(235,222,246)
#F1E9F7
(241,233,247)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB86EE color. Also use rgb(187,134,238) instead hex code.

Text Font Color

.myTextColor { color: #BB86EE; }

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

This text font color is #BB86EE.


Background Color

.myBgColor { background-color: #BB86EE; }

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

This div background color is #BB86EE.


Border color

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

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

This div border color is #BB86EE.


Opacity

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

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

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

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

This text has shadow with #BB86EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB86EE on black background.


Color preview on white background

This text has color #BB86EE on white background.



Black color preview on #BB86EE background

This text has black color on #BB86EE background.


White color preview on #BB86EE background

This text has white color on #BB86EE background.