COLOR #B970CB

HEX: #B970CB RGB: (185,112,203)

Color info

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

RGB color model

#B970CB color RGB value is (185,112,203).

RGB: (185,112,203) (73%, 44%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 112 of 255 = 44%
B 203 of 255 = 80%

185
112
203

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

Portions of RGB colors in percentages

R + G + B = 185 + 112 + 203 = 500 (100%)
R 185 of 500 ~ 37%
G 112 of 500 ~ 22.4%
B 203 of 500 ~ 40.6'%

%37
%22.4
%40.6

CMYK color model

#B970CB color CMYK value is (9,45,0,20).

  • cyan value is 8.87%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (9,45,0,20)
C9M45Y0K20 (9%, 45%, 0%, 20%)
(0.09 / 0.45 / 0.00 / 0.20)

CMYK percentages

%8.87
%44.83
%0
%20.39

Codes

Color #B970CB in popluar color models

B9 70 CB
RGB 185 112 203
HSL 288° 46.67% 61.76%
HSB/HSV 288° 44.83% 79.61%
CMYK 8.87% 44.83% 0.00%
20.39%

Color #B970CB in popluar number systems.

HEX B9 70 CB
Decimal 185 112 203
Binary 10111001 1110000 11001011
Octal 271 160 313

Shades and tints

Shades of #B970CB

#B970CB
(185,112,203)
#A966B9
(169,102,185)
#995CA7
(153,92,167)
#895295
(137,82,149)
#794883
(121,72,131)
#693E71
(105,62,113)
#59345F
(89,52,95)
#492A4D
(73,42,77)
#39203B
(57,32,59)
#291629
(41,22,41)
#190C17
(25,12,23)
#000000
(0,0,0)

Tints of #B970CB

#B970CB
(185,112,203)
#BF7DCF
(191,125,207)
#C58AD3
(197,138,211)
#CB97D7
(203,151,215)
#D1A4DB
(209,164,219)
#D7B1DF
(215,177,223)
#DDBEE3
(221,190,227)
#E3CBE7
(227,203,231)
#E9D8EB
(233,216,235)
#EFE5EF
(239,229,239)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B970CB color. Also use rgb(185,112,203) instead hex code.

Text Font Color

.myTextColor { color: #B970CB; }

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

This text font color is #B970CB.

Background Color

.myBgColor { background-color: #B970CB; }

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

This div background color is #B970CB.

Border color

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

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

This div border color is #B970CB.

Opacity

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

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

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

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

This text has shadow with #B970CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B970CB.

Preview

Color preview on black background

This text has color #B970CB on black background.


Color preview on white background

This text has color #B970CB on white background.


Black color preview on #B970CB background

This text has black color on #B970CB background.


White color preview on #B970CB background

This text has white color on #B970CB background.


Related colors

Complementary color

Complementary color for #hex is #468F34.


I love getcolorcode.com

Triadic colors

1 #CBB970 and #70CBB9 with #B970CB are triadic colors.

2 #CB70B9 and #70B9CB with #B970CB are triadic colors.