COLOR #BB8EEA

HEX: #BB8EEA RGB: (187,142,234)

Color info

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

RGB color model

#BB8EEA color RGB value is (187,142,234).

RGB: (187,142,234) (73%, 56%, 92%)

RGB channels and saturation

R 187 of 255 = 73%
G 142 of 255 = 56%
B 234 of 255 = 92%

187
142
234

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

Portions of RGB colors in percentages

R + G + B = 187 + 142 + 234 = 563 (100%)
R 187 of 563 ~ 33.21%
G 142 of 563 ~ 25.22%
B 234 of 563 ~ 41.56'%

%33.21
%25.22
%41.56

CMYK color model

#BB8EEA color CMYK value is (20,39,0,8).

  • cyan value is 20.09%
  • magenta value is 39.32%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (20,39,0,8)
C20M39Y0K8 (20%, 39%, 0%, 8%)
(0.20 / 0.39 / 0.00 / 0.08)

CMYK percentages

%20.09
%39.32
%0
%8.24

Codes

Color #BB8EEA in popluar color models

BB 8E EA
RGB 187 142 234
HSL 269° 68.66% 73.73%
HSB/HSV 269° 39.32% 91.76%
CMYK 20.09% 39.32% 0.00%
8.24%

Color #BB8EEA in popluar number systems.

HEX BB 8E EA
Decimal 187 142 234
Binary 10111011 10001110 11101010
Octal 273 216 352

Shades and tints

Shades of #BB8EEA

#BB8EEA
(187,142,234)
#AA82D5
(170,130,213)
#9976C0
(153,118,192)
#886AAB
(136,106,171)
#775E96
(119,94,150)
#665281
(102,82,129)
#55466C
(85,70,108)
#443A57
(68,58,87)
#332E42
(51,46,66)
#22222D
(34,34,45)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #BB8EEA

#BB8EEA
(187,142,234)
#C198EB
(193,152,235)
#C7A2EC
(199,162,236)
#CDACED
(205,172,237)
#D3B6EE
(211,182,238)
#D9C0EF
(217,192,239)
#DFCAF0
(223,202,240)
#E5D4F1
(229,212,241)
#EBDEF2
(235,222,242)
#F1E8F3
(241,232,243)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8EEA; }

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

This text font color is #BB8EEA.

Background Color

.myBgColor { background-color: #BB8EEA; }

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

This div background color is #BB8EEA.

Border color

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

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

This div border color is #BB8EEA.

Opacity

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

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

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

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

This text has shadow with #BB8EEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8EEA.

Preview

Color preview on black background

This text has color #BB8EEA on black background.


Color preview on white background

This text has color #BB8EEA on white background.


Black color preview on #BB8EEA background

This text has black color on #BB8EEA background.


White color preview on #BB8EEA background

This text has white color on #BB8EEA background.


Related colors

Complementary color

Complementary color for #hex is #447115.


I love getcolorcode.com

Triadic colors

1 #EABB8E and #8EEABB with #BB8EEA are triadic colors.

2 #EA8EBB and #8EBBEA with #BB8EEA are triadic colors.