COLOR #BB95DC

HEX: #BB95DC
RGB: (187,149,220)

Color info

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

RGB color model

#BB95DC color RGB value is (187,149,220).

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

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 220 of 255 = 86%

187
149
220

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

Portions of RGB colors in percentages

R + G + B =
187 + 149 + 220 = 556 (100%)
R 187 of 556 ~ 33.63%
G 149 of 556 ~ 26.8%
B 220 of 556 ~ 39.57%

%33.63
%26.8
%39.57

CMYK color model

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

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

CMYK percentages

%15
%32.27
%0
%13.73

Codes

Color #BB95DC in popluar color models

BB95DC
RGB187149220
HSL272°50.35%72.35%
HSB/HSV272°32.27%86.27%
CMYK15.00%32.27%0.00%
13.73%

Color #BB95DC in popluar number systems.

HEXBB95DC
Decimal187149220
Binary101110111001010111011100
Octal273225334

Shades and tints

Shades of #BB95DC

#BB95DC
(187,149,220)
#AA88C8
(170,136,200)
#997BB4
(153,123,180)
#886EA0
(136,110,160)
#77618C
(119,97,140)
#665478
(102,84,120)
#554764
(85,71,100)
#443A50
(68,58,80)
#332D3C
(51,45,60)
#222028
(34,32,40)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #BB95DC

#BB95DC
(187,149,220)
#C19EDF
(193,158,223)
#C7A7E2
(199,167,226)
#CDB0E5
(205,176,229)
#D3B9E8
(211,185,232)
#D9C2EB
(217,194,235)
#DFCBEE
(223,203,238)
#E5D4F1
(229,212,241)
#EBDDF4
(235,221,244)
#F1E6F7
(241,230,247)
#F7EFFA
(247,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB95DC color. Also use rgb(187,149,220) instead hex code.

Text Font Color

.myTextColor { color: #BB95DC; }

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

This text font color is #BB95DC.


Background Color

.myBgColor { background-color: #BB95DC; }

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

This div background color is #BB95DC.


Border color

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

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

This div border color is #BB95DC.


Opacity

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

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

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

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

This text has shadow with #BB95DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB95DC on black background.


Color preview on white background

This text has color #BB95DC on white background.



Black color preview on #BB95DC background

This text has black color on #BB95DC background.


White color preview on #BB95DC background

This text has white color on #BB95DC background.