COLOR #BB89E1

HEX: #BB89E1
RGB: (187,137,225)

Color info

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

RGB color model

#BB89E1 color RGB value is (187,137,225).

  • red value is 187;
  • green value is 137;
  • blue value is 225.
RGB:
(187,137,225)
(73%,54%,88%)

RGB channels and saturation

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

187
137
225

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

Portions of RGB colors in percentages

R + G + B =
187 + 137 + 225 = 549 (100%)
R 187 of 549 ~ 34.06%
G 137 of 549 ~ 24.95%
B 225 of 549 ~ 40.98%

%34.06
%24.95
%40.98

CMYK color model

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

  • cyan value is 16.89%
  • magenta value is 39.11%
  • 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
%39.11
%0
%11.76

Codes

Color #BB89E1 in popluar color models

BB89E1
RGB187137225
HSL274°59.46%70.98%
HSB/HSV274°39.11%88.24%
CMYK16.89%39.11%0.00%
11.76%

Color #BB89E1 in popluar number systems.

HEXBB89E1
Decimal187137225
Binary101110111000100111100001
Octal273211341

Shades and tints

Shades of #BB89E1

#BB89E1
(187,137,225)
#AA7DCD
(170,125,205)
#9971B9
(153,113,185)
#8865A5
(136,101,165)
#775991
(119,89,145)
#664D7D
(102,77,125)
#554169
(85,65,105)
#443555
(68,53,85)
#332941
(51,41,65)
#221D2D
(34,29,45)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #BB89E1

#BB89E1
(187,137,225)
#C193E3
(193,147,227)
#C79DE5
(199,157,229)
#CDA7E7
(205,167,231)
#D3B1E9
(211,177,233)
#D9BBEB
(217,187,235)
#DFC5ED
(223,197,237)
#E5CFEF
(229,207,239)
#EBD9F1
(235,217,241)
#F1E3F3
(241,227,243)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB89E1; }

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

This text font color is #BB89E1.


Background Color

.myBgColor { background-color: #BB89E1; }

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

This div background color is #BB89E1.


Border color

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

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

This div border color is #BB89E1.


Opacity

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

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

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

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

This text has shadow with #BB89E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB89E1 on black background.


Color preview on white background

This text has color #BB89E1 on white background.



Black color preview on #BB89E1 background

This text has black color on #BB89E1 background.


White color preview on #BB89E1 background

This text has white color on #BB89E1 background.