COLOR #BB90D7

HEX: #BB90D7
RGB: (187,144,215)

Color info

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

RGB color model

#BB90D7 color RGB value is (187,144,215).

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

RGB channels and saturation

R 187 of 255 = 73%
G 144 of 255 = 56%
B 215 of 255 = 84%

187
144
215

R + G + B ~ 71%. #BB90D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 144 + 215 = 546 (100%)
R 187 of 546 ~ 34.25%
G 144 of 546 ~ 26.37%
B 215 of 546 ~ 39.38%

%34.25
%26.37
%39.38

CMYK color model

#BB90D7 color CMYK value is (13,33,0,16).

  • cyan value is 13.02%
  • magenta value is 33.02%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(13,33,0,16)
C13M33Y0K16 
(13%,33%,0%,16%)
(0.13/0.33/0.00/0.16)	

CMYK percentages

%13.02
%33.02
%0
%15.69

Codes

Color #BB90D7 in popluar color models

BB90D7
RGB187144215
HSL276°47.02%70.39%
HSB/HSV276°33.02%84.31%
CMYK13.02%33.02%0.00%
15.69%

Color #BB90D7 in popluar number systems.

HEXBB90D7
Decimal187144215
Binary101110111001000011010111
Octal273220327

Shades and tints

Shades of #BB90D7

#BB90D7
(187,144,215)
#AA83C4
(170,131,196)
#9976B1
(153,118,177)
#88699E
(136,105,158)
#775C8B
(119,92,139)
#664F78
(102,79,120)
#554265
(85,66,101)
#443552
(68,53,82)
#33283F
(51,40,63)
#221B2C
(34,27,44)
#110E19
(17,14,25)
#000000
(0,0,0)

Tints of #BB90D7

#BB90D7
(187,144,215)
#C19ADA
(193,154,218)
#C7A4DD
(199,164,221)
#CDAEE0
(205,174,224)
#D3B8E3
(211,184,227)
#D9C2E6
(217,194,230)
#DFCCE9
(223,204,233)
#E5D6EC
(229,214,236)
#EBE0EF
(235,224,239)
#F1EAF2
(241,234,242)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB90D7; }

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

This text font color is #BB90D7.


Background Color

.myBgColor { background-color: #BB90D7; }

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

This div background color is #BB90D7.


Border color

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

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

This div border color is #BB90D7.


Opacity

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

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

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

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

This text has shadow with #BB90D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB90D7 on black background.


Color preview on white background

This text has color #BB90D7 on white background.



Black color preview on #BB90D7 background

This text has black color on #BB90D7 background.


White color preview on #BB90D7 background

This text has white color on #BB90D7 background.