COLOR #BB96ED

HEX: #BB96ED RGB: (187,150,237)

Color info

#BB96ED contains mainly red and blue colors. Web safe color of #BB96ED is #CC99FF (or #C9F).

RGB color model

#BB96ED color RGB value is (187,150,237).

RGB: (187,150,237) (73%, 59%, 93%)

RGB channels and saturation

R 187 of 255 = 73%
G 150 of 255 = 59%
B 237 of 255 = 93%

187
150
237

R + G + B ~ 75%. #BB96ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 150 + 237 = 574 (100%)
R 187 of 574 ~ 32.58%
G 150 of 574 ~ 26.13%
B 237 of 574 ~ 41.29'%

%32.58
%26.13
%41.29

CMYK color model

#BB96ED color CMYK value is (21,37,0,7).

  • cyan value is 21.10%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (21,37,0,7)
C21M37Y0K7 (21%, 37%, 0%, 7%)
(0.21 / 0.37 / 0.00 / 0.07)

CMYK percentages

%21.1
%36.71
%0
%7.06

Codes

Color #BB96ED in popluar color models

BB 96 ED
RGB 187 150 237
HSL 266° 70.73% 75.88%
HSB/HSV 266° 36.71% 92.94%
CMYK 21.10% 36.71% 0.00%
7.06%

Color #BB96ED in popluar number systems.

HEX BB 96 ED
Decimal 187 150 237
Binary 10111011 10010110 11101101
Octal 273 226 355

Shades and tints

Shades of #BB96ED

#BB96ED
(187,150,237)
#AA89D8
(170,137,216)
#997CC3
(153,124,195)
#886FAE
(136,111,174)
#776299
(119,98,153)
#665584
(102,85,132)
#55486F
(85,72,111)
#443B5A
(68,59,90)
#332E45
(51,46,69)
#222130
(34,33,48)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #BB96ED

#BB96ED
(187,150,237)
#C19FEE
(193,159,238)
#C7A8EF
(199,168,239)
#CDB1F0
(205,177,240)
#D3BAF1
(211,186,241)
#D9C3F2
(217,195,242)
#DFCCF3
(223,204,243)
#E5D5F4
(229,213,244)
#EBDEF5
(235,222,245)
#F1E7F6
(241,231,246)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB96ED color. Also use rgb(187,150,237) instead hex code.

Text Font Color

.myTextColor { color: #BB96ED; }

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

This text font color is #BB96ED.

Background Color

.myBgColor { background-color: #BB96ED; }

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

This div background color is #BB96ED.

Border color

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

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

This div border color is #BB96ED.

Opacity

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

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

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

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

This text has shadow with #BB96ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB96ED.

Preview

Color preview on black background

This text has color #BB96ED on black background.


Color preview on white background

This text has color #BB96ED on white background.


Black color preview on #BB96ED background

This text has black color on #BB96ED background.


White color preview on #BB96ED background

This text has white color on #BB96ED background.


Related colors

Complementary color

Complementary color for #hex is #446912.


I love getcolorcode.com

Triadic colors

1 #EDBB96 and #96EDBB with #BB96ED are triadic colors.

2 #ED96BB and #96BBED with #BB96ED are triadic colors.