COLOR #BD66B1

HEX: #BD66B1
RGB: (189,102,177)

Color info

#BD66B1 contains mainly red and blue colors. Web safe color of #BD66B1 is #CC6699 (or #C69).

RGB color model

#BD66B1 color RGB value is (189,102,177).

  • red value is 189;
  • green value is 102;
  • blue value is 177.
RGB:
(189,102,177)
(74%,40%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 102 of 255 = 40%
B 177 of 255 = 69%

189
102
177

R + G + B ~ 61%. #BD66B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 102 + 177 = 468 (100%)
R 189 of 468 ~ 40.38%
G 102 of 468 ~ 21.79%
B 177 of 468 ~ 37.82%

%40.38
%21.79
%37.82

CMYK color model

#BD66B1 color CMYK value is (0,46,6,26).

  • cyan value is 0.00%
  • magenta value is 46.03%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(0,46,6,26)
C0M46Y6K26 
(0%,46%,6%,26%)
(0.00/0.46/0.06/0.26)	

CMYK percentages

%0
%46.03
%6.35
%25.88

Codes

Color #BD66B1 in popluar color models

BD66B1
RGB189102177
HSL308°39.73%57.06%
HSB/HSV308°46.03%74.12%
CMYK0.00%46.03%6.35%
25.88%

Color #BD66B1 in popluar number systems.

HEXBD66B1
Decimal189102177
Binary10111101110011010110001
Octal275146261

Shades and tints

Shades of #BD66B1

#BD66B1
(189,102,177)
#AC5DA1
(172,93,161)
#9B5491
(155,84,145)
#8A4B81
(138,75,129)
#794271
(121,66,113)
#683961
(104,57,97)
#573051
(87,48,81)
#462741
(70,39,65)
#351E31
(53,30,49)
#241521
(36,21,33)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #BD66B1

#BD66B1
(189,102,177)
#C373B8
(195,115,184)
#C980BF
(201,128,191)
#CF8DC6
(207,141,198)
#D59ACD
(213,154,205)
#DBA7D4
(219,167,212)
#E1B4DB
(225,180,219)
#E7C1E2
(231,193,226)
#EDCEE9
(237,206,233)
#F3DBF0
(243,219,240)
#F9E8F7
(249,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD66B1 color. Also use rgb(189,102,177) instead hex code.

Text Font Color

.myTextColor { color: #BD66B1; }

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

This text font color is #BD66B1.


Background Color

.myBgColor { background-color: #BD66B1; }

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

This div background color is #BD66B1.


Border color

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

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

This div border color is #BD66B1.


Opacity

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

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

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

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

This text has shadow with #BD66B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD66B1 on black background.


Color preview on white background

This text has color #BD66B1 on white background.



Black color preview on #BD66B1 background

This text has black color on #BD66B1 background.


White color preview on #BD66B1 background

This text has white color on #BD66B1 background.