COLOR #BB94DB

HEX: #BB94DB
RGB: (187,148,219)

Color info

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

RGB color model

#BB94DB color RGB value is (187,148,219).

  • red value is 187;
  • green value is 148;
  • blue value is 219.
RGB:
(187,148,219)
(73%,58%,86%)

RGB channels and saturation

R 187 of 255 = 73%
G 148 of 255 = 58%
B 219 of 255 = 86%

187
148
219

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

Portions of RGB colors in percentages

R + G + B =
187 + 148 + 219 = 554 (100%)
R 187 of 554 ~ 33.75%
G 148 of 554 ~ 26.71%
B 219 of 554 ~ 39.53%

%33.75
%26.71
%39.53

CMYK color model

#BB94DB color CMYK value is (15,32,0,14).

  • cyan value is 14.61%
  • magenta value is 32.42%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(15,32,0,14)
C15M32Y0K14 
(15%,32%,0%,14%)
(0.15/0.32/0.00/0.14)	

CMYK percentages

%14.61
%32.42
%0
%14.12

Codes

Color #BB94DB in popluar color models

BB94DB
RGB187148219
HSL273°49.65%71.96%
HSB/HSV273°32.42%85.88%
CMYK14.61%32.42%0.00%
14.12%

Color #BB94DB in popluar number systems.

HEXBB94DB
Decimal187148219
Binary101110111001010011011011
Octal273224333

Shades and tints

Shades of #BB94DB

#BB94DB
(187,148,219)
#AA87C8
(170,135,200)
#997AB5
(153,122,181)
#886DA2
(136,109,162)
#77608F
(119,96,143)
#66537C
(102,83,124)
#554669
(85,70,105)
#443956
(68,57,86)
#332C43
(51,44,67)
#221F30
(34,31,48)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #BB94DB

#BB94DB
(187,148,219)
#C19DDE
(193,157,222)
#C7A6E1
(199,166,225)
#CDAFE4
(205,175,228)
#D3B8E7
(211,184,231)
#D9C1EA
(217,193,234)
#DFCAED
(223,202,237)
#E5D3F0
(229,211,240)
#EBDCF3
(235,220,243)
#F1E5F6
(241,229,246)
#F7EEF9
(247,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB94DB color. Also use rgb(187,148,219) instead hex code.

Text Font Color

.myTextColor { color: #BB94DB; }

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

This text font color is #BB94DB.


Background Color

.myBgColor { background-color: #BB94DB; }

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

This div background color is #BB94DB.


Border color

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

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

This div border color is #BB94DB.


Opacity

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

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

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

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

This text has shadow with #BB94DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB94DB on black background.


Color preview on white background

This text has color #BB94DB on white background.



Black color preview on #BB94DB background

This text has black color on #BB94DB background.


White color preview on #BB94DB background

This text has white color on #BB94DB background.