COLOR #BB8AE1

HEX: #BB8AE1 RGB: (187,138,225)

Color info

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

RGB color model

#BB8AE1 color RGB value is (187,138,225).

RGB: (187,138,225) (73%, 54%, 88%)

RGB channels and saturation

R 187 of 255 = 73%
G 138 of 255 = 54%
B 225 of 255 = 88%

187
138
225

R + G + B ~ 72%. #BB8AE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 138 + 225 = 550 (100%)
R 187 of 550 ~ 34%
G 138 of 550 ~ 25.09%
B 225 of 550 ~ 40.91'%

%34
%25.09
%40.91

CMYK color model

#BB8AE1 color CMYK value is (17,39,0,12).

  • cyan value is 16.89%
  • magenta value is 38.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (17,39,0,12) C17M39Y0K12 (17%,39%,0%,12%) (0.17/0.39/0.00/0.12) 

CMYK percentages

%16.89
%38.67
%0
%11.76

Codes

Color #BB8AE1 in popluar color models

BB 8A E1
RGB 187 138 225
HSL 274° 59.18% 71.18%
HSB/HSV 274° 38.67% 88.24%
CMYK 16.89% 38.67% 0.00%
11.76%

Color #BB8AE1 in popluar number systems.

HEX BB 8A E1
Decimal 187 138 225
Binary 10111011 10001010 11100001
Octal 273 212 341

Shades and tints

Shades of #BB8AE1

#BB8AE1
(187,138,225)
#AA7ECD
(170,126,205)
#9972B9
(153,114,185)
#8866A5
(136,102,165)
#775A91
(119,90,145)
#664E7D
(102,78,125)
#554269
(85,66,105)
#443655
(68,54,85)
#332A41
(51,42,65)
#221E2D
(34,30,45)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #BB8AE1

#BB8AE1
(187,138,225)
#C194E3
(193,148,227)
#C79EE5
(199,158,229)
#CDA8E7
(205,168,231)
#D3B2E9
(211,178,233)
#D9BCEB
(217,188,235)
#DFC6ED
(223,198,237)
#E5D0EF
(229,208,239)
#EBDAF1
(235,218,241)
#F1E4F3
(241,228,243)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8AE1 color. Also use rgb(187,138,225) instead hex code.

Text Font Color

.myTextColor { color: #BB8AE1; }

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

This text font color is #BB8AE1.

Background Color

.myBgColor { background-color: #BB8AE1; }

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

This div background color is #BB8AE1.

Border color

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

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

This div border color is #BB8AE1.

Opacity

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

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

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

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

This text has shadow with #BB8AE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8AE1.

Preview

Color preview on black background

This text has color #BB8AE1 on black background.


Color preview on white background

This text has color #BB8AE1 on white background.


Black color preview on #BB8AE1 background

This text has black color on #BB8AE1 background.


White color preview on #BB8AE1 background

This text has white color on #BB8AE1 background.


Related colors

Complementary color

Complementary color for #hex is #44751E.


I love getcolorcode.com

Triadic colors

1 #E1BB8A and #8AE1BB with #BB8AE1 are triadic colors.

2 #E18ABB and #8ABBE1 with #BB8AE1 are triadic colors.