COLOR #B976CF

HEX: #B976CF RGB: (185,118,207)

Color info

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

RGB color model

#B976CF color RGB value is (185,118,207).

RGB: (185,118,207) (73%, 46%, 81%)

RGB channels and saturation

R 185 of 255 = 73%
G 118 of 255 = 46%
B 207 of 255 = 81%

185
118
207

R + G + B ~ 67%. #B976CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 118 + 207 = 510 (100%)
R 185 of 510 ~ 36.27%
G 118 of 510 ~ 23.14%
B 207 of 510 ~ 40.59'%

%36.27
%23.14
%40.59

CMYK color model

#B976CF color CMYK value is (11,43,0,19).

  • cyan value is 10.63%
  • magenta value is 43.00%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (11,43,0,19)
C11M43Y0K19 (11%, 43%, 0%, 19%)
(0.11 / 0.43 / 0.00 / 0.19)

CMYK percentages

%10.63
%43
%0
%18.82

Codes

Color #B976CF in popluar color models

B9 76 CF
RGB 185 118 207
HSL 285° 48.11% 63.73%
HSB/HSV 285° 43.00% 81.18%
CMYK 10.63% 43.00% 0.00%
18.82%

Color #B976CF in popluar number systems.

HEX B9 76 CF
Decimal 185 118 207
Binary 10111001 1110110 11001111
Octal 271 166 317

Shades and tints

Shades of #B976CF

#B976CF
(185,118,207)
#A96CBD
(169,108,189)
#9962AB
(153,98,171)
#895899
(137,88,153)
#794E87
(121,78,135)
#694475
(105,68,117)
#593A63
(89,58,99)
#493051
(73,48,81)
#39263F
(57,38,63)
#291C2D
(41,28,45)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #B976CF

#B976CF
(185,118,207)
#BF82D3
(191,130,211)
#C58ED7
(197,142,215)
#CB9ADB
(203,154,219)
#D1A6DF
(209,166,223)
#D7B2E3
(215,178,227)
#DDBEE7
(221,190,231)
#E3CAEB
(227,202,235)
#E9D6EF
(233,214,239)
#EFE2F3
(239,226,243)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B976CF color. Also use rgb(185,118,207) instead hex code.

Text Font Color

.myTextColor { color: #B976CF; }

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

This text font color is #B976CF.

Background Color

.myBgColor { background-color: #B976CF; }

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

This div background color is #B976CF.

Border color

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

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

This div border color is #B976CF.

Opacity

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

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

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

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

This text has shadow with #B976CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B976CF.

Preview

Color preview on black background

This text has color #B976CF on black background.


Color preview on white background

This text has color #B976CF on white background.


Black color preview on #B976CF background

This text has black color on #B976CF background.


White color preview on #B976CF background

This text has white color on #B976CF background.


Related colors

Complementary color

Complementary color for #hex is #468930.


I love getcolorcode.com

Triadic colors

1 #CFB976 and #76CFB9 with #B976CF are triadic colors.

2 #CF76B9 and #76B9CF with #B976CF are triadic colors.