COLOR #BB90DF

HEX: #BB90DF
RGB: (187,144,223)

Color info

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

RGB color model

#BB90DF color RGB value is (187,144,223).

  • red value is 187;
  • green value is 144;
  • blue value is 223.
RGB:
(187,144,223)
(73%,56%,87%)

RGB channels and saturation

R 187 of 255 = 73%
G 144 of 255 = 56%
B 223 of 255 = 87%

187
144
223

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

Portions of RGB colors in percentages

R + G + B =
187 + 144 + 223 = 554 (100%)
R 187 of 554 ~ 33.75%
G 144 of 554 ~ 25.99%
B 223 of 554 ~ 40.25%

%33.75
%25.99
%40.25

CMYK color model

#BB90DF color CMYK value is (16,35,0,13).

  • cyan value is 16.14%
  • magenta value is 35.43%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(16,35,0,13)
C16M35Y0K13 
(16%,35%,0%,13%)
(0.16/0.35/0.00/0.13)	

CMYK percentages

%16.14
%35.43
%0
%12.55

Codes

Color #BB90DF in popluar color models

BB90DF
RGB187144223
HSL273°55.24%71.96%
HSB/HSV273°35.43%87.45%
CMYK16.14%35.43%0.00%
12.55%

Color #BB90DF in popluar number systems.

HEXBB90DF
Decimal187144223
Binary101110111001000011011111
Octal273220337

Shades and tints

Shades of #BB90DF

#BB90DF
(187,144,223)
#AA83CB
(170,131,203)
#9976B7
(153,118,183)
#8869A3
(136,105,163)
#775C8F
(119,92,143)
#664F7B
(102,79,123)
#554267
(85,66,103)
#443553
(68,53,83)
#33283F
(51,40,63)
#221B2B
(34,27,43)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #BB90DF

#BB90DF
(187,144,223)
#C19AE1
(193,154,225)
#C7A4E3
(199,164,227)
#CDAEE5
(205,174,229)
#D3B8E7
(211,184,231)
#D9C2E9
(217,194,233)
#DFCCEB
(223,204,235)
#E5D6ED
(229,214,237)
#EBE0EF
(235,224,239)
#F1EAF1
(241,234,241)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB90DF color. Also use rgb(187,144,223) instead hex code.

Text Font Color

.myTextColor { color: #BB90DF; }

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

This text font color is #BB90DF.


Background Color

.myBgColor { background-color: #BB90DF; }

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

This div background color is #BB90DF.


Border color

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

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

This div border color is #BB90DF.


Opacity

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

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

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

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

This text has shadow with #BB90DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB90DF on black background.


Color preview on white background

This text has color #BB90DF on white background.



Black color preview on #BB90DF background

This text has black color on #BB90DF background.


White color preview on #BB90DF background

This text has white color on #BB90DF background.