COLOR #BD66B7

HEX: #BD66B7 RGB: (189,102,183)

Color info

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

RGB color model

#BD66B7 color RGB value is (189,102,183).

RGB: (189,102,183) (74%, 40%, 72%)

RGB channels and saturation

R 189 of 255 = 74%
G 102 of 255 = 40%
B 183 of 255 = 72%

189
102
183

R + G + B ~ 62%. #BD66B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 102 + 183 = 474 (100%)
R 189 of 474 ~ 39.87%
G 102 of 474 ~ 21.52%
B 183 of 474 ~ 38.61'%

%39.87
%21.52
%38.61

CMYK color model

#BD66B7 color CMYK value is (0,46,3,26).

  • cyan value is 0.00%
  • magenta value is 46.03%
  • yellow value is 3.17%
  • key color value is 25.88%

CMYK: (0,46,3,26)
C0M46Y3K26 (0%, 46%, 3%, 26%)
(0.00 / 0.46 / 0.03 / 0.26)

CMYK percentages

%0
%46.03
%3.17
%25.88

Codes

Color #BD66B7 in popluar color models

BD 66 B7
RGB 189 102 183
HSL 304° 39.73% 57.06%
HSB/HSV 304° 46.03% 74.12%
CMYK 0.00% 46.03% 3.17%
25.88%

Color #BD66B7 in popluar number systems.

HEX BD 66 B7
Decimal 189 102 183
Binary 10111101 1100110 10110111
Octal 275 146 267

Shades and tints

Shades of #BD66B7

#BD66B7
(189,102,183)
#AC5DA7
(172,93,167)
#9B5497
(155,84,151)
#8A4B87
(138,75,135)
#794277
(121,66,119)
#683967
(104,57,103)
#573057
(87,48,87)
#462747
(70,39,71)
#351E37
(53,30,55)
#241527
(36,21,39)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #BD66B7

#BD66B7
(189,102,183)
#C373BD
(195,115,189)
#C980C3
(201,128,195)
#CF8DC9
(207,141,201)
#D59ACF
(213,154,207)
#DBA7D5
(219,167,213)
#E1B4DB
(225,180,219)
#E7C1E1
(231,193,225)
#EDCEE7
(237,206,231)
#F3DBED
(243,219,237)
#F9E8F3
(249,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD66B7; }

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

This text font color is #BD66B7.

Background Color

.myBgColor { background-color: #BD66B7; }

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

This div background color is #BD66B7.

Border color

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

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

This div border color is #BD66B7.

Opacity

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

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

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

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

This text has shadow with #BD66B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD66B7.

Preview

Color preview on black background

This text has color #BD66B7 on black background.


Color preview on white background

This text has color #BD66B7 on white background.


Black color preview on #BD66B7 background

This text has black color on #BD66B7 background.


White color preview on #BD66B7 background

This text has white color on #BD66B7 background.


Related colors

Complementary color

Complementary color for #hex is #429948.


I love getcolorcode.com

Triadic colors

1 #B7BD66 and #66B7BD with #BD66B7 are triadic colors.

2 #B766BD and #66BDB7 with #BD66B7 are triadic colors.