COLOR #BB66D8

HEX: #BB66D8
RGB: (187,102,216)

Color info

#BB66D8 contains mainly red and blue colors. Web safe color of #BB66D8 is #CC66CC (or #C6C).

RGB color model

#BB66D8 color RGB value is (187,102,216).

  • red value is 187;
  • green value is 102;
  • blue value is 216.
RGB:
(187,102,216)
(73%,40%,85%)

RGB channels and saturation

R 187 of 255 = 73%
G 102 of 255 = 40%
B 216 of 255 = 85%

187
102
216

R + G + B ~ 66%. #BB66D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 102 + 216 = 505 (100%)
R 187 of 505 ~ 37.03%
G 102 of 505 ~ 20.2%
B 216 of 505 ~ 42.77%

%37.03
%20.2
%42.77

CMYK color model

#BB66D8 color CMYK value is (13,53,0,15).

  • cyan value is 13.43%
  • magenta value is 52.78%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(13,53,0,15)
C13M53Y0K15 
(13%,53%,0%,15%)
(0.13/0.53/0.00/0.15)	

CMYK percentages

%13.43
%52.78
%0
%15.29

Codes

Color #BB66D8 in popluar color models

BB66D8
RGB187102216
HSL285°59.38%62.35%
HSB/HSV285°52.78%84.71%
CMYK13.43%52.78%0.00%
15.29%

Color #BB66D8 in popluar number systems.

HEXBB66D8
Decimal187102216
Binary10111011110011011011000
Octal273146330

Shades and tints

Shades of #BB66D8

#BB66D8
(187,102,216)
#AA5DC5
(170,93,197)
#9954B2
(153,84,178)
#884B9F
(136,75,159)
#77428C
(119,66,140)
#663979
(102,57,121)
#553066
(85,48,102)
#442753
(68,39,83)
#331E40
(51,30,64)
#22152D
(34,21,45)
#110C1A
(17,12,26)
#000000
(0,0,0)

Tints of #BB66D8

#BB66D8
(187,102,216)
#C173DB
(193,115,219)
#C780DE
(199,128,222)
#CD8DE1
(205,141,225)
#D39AE4
(211,154,228)
#D9A7E7
(217,167,231)
#DFB4EA
(223,180,234)
#E5C1ED
(229,193,237)
#EBCEF0
(235,206,240)
#F1DBF3
(241,219,243)
#F7E8F6
(247,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB66D8 color. Also use rgb(187,102,216) instead hex code.

Text Font Color

.myTextColor { color: #BB66D8; }

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

This text font color is #BB66D8.


Background Color

.myBgColor { background-color: #BB66D8; }

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

This div background color is #BB66D8.


Border color

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

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

This div border color is #BB66D8.


Opacity

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

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

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

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

This text has shadow with #BB66D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB66D8 on black background.


Color preview on white background

This text has color #BB66D8 on white background.



Black color preview on #BB66D8 background

This text has black color on #BB66D8 background.


White color preview on #BB66D8 background

This text has white color on #BB66D8 background.