COLOR #B966D4

HEX: #B966D4 RGB: (185,102,212)

Color info

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

RGB color model

#B966D4 color RGB value is (185,102,212).

RGB: (185,102,212) (73%, 40%, 83%)

RGB channels and saturation

R 185 of 255 = 73%
G 102 of 255 = 40%
B 212 of 255 = 83%

185
102
212

R + G + B ~ 65%. #B966D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 102 + 212 = 499 (100%)
R 185 of 499 ~ 37.07%
G 102 of 499 ~ 20.44%
B 212 of 499 ~ 42.48'%

%37.07
%20.44
%42.48

CMYK color model

#B966D4 color CMYK value is (13,52,0,17).

  • cyan value is 12.74%
  • magenta value is 51.89%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (13,52,0,17)
C13M52Y0K17 (13%, 52%, 0%, 17%)
(0.13 / 0.52 / 0.00 / 0.17)

CMYK percentages

%12.74
%51.89
%0
%16.86

Codes

Color #B966D4 in popluar color models

B9 66 D4
RGB 185 102 212
HSL 285° 56.12% 61.57%
HSB/HSV 285° 51.89% 83.14%
CMYK 12.74% 51.89% 0.00%
16.86%

Color #B966D4 in popluar number systems.

HEX B9 66 D4
Decimal 185 102 212
Binary 10111001 1100110 11010100
Octal 271 146 324

Shades and tints

Shades of #B966D4

#B966D4
(185,102,212)
#A95DC1
(169,93,193)
#9954AE
(153,84,174)
#894B9B
(137,75,155)
#794288
(121,66,136)
#693975
(105,57,117)
#593062
(89,48,98)
#49274F
(73,39,79)
#391E3C
(57,30,60)
#291529
(41,21,41)
#190C16
(25,12,22)
#000000
(0,0,0)

Tints of #B966D4

#B966D4
(185,102,212)
#BF73D7
(191,115,215)
#C580DA
(197,128,218)
#CB8DDD
(203,141,221)
#D19AE0
(209,154,224)
#D7A7E3
(215,167,227)
#DDB4E6
(221,180,230)
#E3C1E9
(227,193,233)
#E9CEEC
(233,206,236)
#EFDBEF
(239,219,239)
#F5E8F2
(245,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B966D4 color. Also use rgb(185,102,212) instead hex code.

Text Font Color

.myTextColor { color: #B966D4; }

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

This text font color is #B966D4.

Background Color

.myBgColor { background-color: #B966D4; }

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

This div background color is #B966D4.

Border color

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

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

This div border color is #B966D4.

Opacity

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

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

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

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

This text has shadow with #B966D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B966D4.

Preview

Color preview on black background

This text has color #B966D4 on black background.


Color preview on white background

This text has color #B966D4 on white background.


Black color preview on #B966D4 background

This text has black color on #B966D4 background.


White color preview on #B966D4 background

This text has white color on #B966D4 background.


Related colors

Complementary color

Complementary color for #hex is #46992B.


I love getcolorcode.com

Triadic colors

1 #D4B966 and #66D4B9 with #B966D4 are triadic colors.

2 #D466B9 and #66B9D4 with #B966D4 are triadic colors.