COLOR #BB8EE4

HEX: #BB8EE4
RGB: (187,142,228)

Color info

#BB8EE4 contains mainly red and blue colors. Web safe color of #BB8EE4 is #CC99CC (or #C9C).

RGB color model

#BB8EE4 color RGB value is (187,142,228).

  • red value is 187;
  • green value is 142;
  • blue value is 228.
RGB:
(187,142,228)
(73%,56%,89%)

RGB channels and saturation

R 187 of 255 = 73%
G 142 of 255 = 56%
B 228 of 255 = 89%

187
142
228

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

Portions of RGB colors in percentages

R + G + B =
187 + 142 + 228 = 557 (100%)
R 187 of 557 ~ 33.57%
G 142 of 557 ~ 25.49%
B 228 of 557 ~ 40.93%

%33.57
%25.49
%40.93

CMYK color model

#BB8EE4 color CMYK value is (18,38,0,11).

  • cyan value is 17.98%
  • magenta value is 37.72%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(18,38,0,11)
C18M38Y0K11 
(18%,38%,0%,11%)
(0.18/0.38/0.00/0.11)	

CMYK percentages

%17.98
%37.72
%0
%10.59

Codes

Color #BB8EE4 in popluar color models

BB8EE4
RGB187142228
HSL271°61.43%72.55%
HSB/HSV271°37.72%89.41%
CMYK17.98%37.72%0.00%
10.59%

Color #BB8EE4 in popluar number systems.

HEXBB8EE4
Decimal187142228
Binary101110111000111011100100
Octal273216344

Shades and tints

Shades of #BB8EE4

#BB8EE4
(187,142,228)
#AA82D0
(170,130,208)
#9976BC
(153,118,188)
#886AA8
(136,106,168)
#775E94
(119,94,148)
#665280
(102,82,128)
#55466C
(85,70,108)
#443A58
(68,58,88)
#332E44
(51,46,68)
#222230
(34,34,48)
#11161C
(17,22,28)
#000000
(0,0,0)

Tints of #BB8EE4

#BB8EE4
(187,142,228)
#C198E6
(193,152,230)
#C7A2E8
(199,162,232)
#CDACEA
(205,172,234)
#D3B6EC
(211,182,236)
#D9C0EE
(217,192,238)
#DFCAF0
(223,202,240)
#E5D4F2
(229,212,242)
#EBDEF4
(235,222,244)
#F1E8F6
(241,232,246)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8EE4 color. Also use rgb(187,142,228) instead hex code.

Text Font Color

.myTextColor { color: #BB8EE4; }

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

This text font color is #BB8EE4.


Background Color

.myBgColor { background-color: #BB8EE4; }

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

This div background color is #BB8EE4.


Border color

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

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

This div border color is #BB8EE4.


Opacity

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

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

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

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

This text has shadow with #BB8EE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8EE4 on black background.


Color preview on white background

This text has color #BB8EE4 on white background.



Black color preview on #BB8EE4 background

This text has black color on #BB8EE4 background.


White color preview on #BB8EE4 background

This text has white color on #BB8EE4 background.