COLOR #B596C1

HEX: #B596C1
RGB: (181,150,193)

Color info

#B596C1 contains red, green and blue colors in about the same proportion. Web safe color of #B596C1 is #CC99CC (or #C9C).

RGB color model

#B596C1 color RGB value is (181,150,193).

  • red value is 181;
  • green value is 150;
  • blue value is 193.
RGB:
(181,150,193)
(71%,59%,76%)

RGB channels and saturation

R 181 of 255 = 71%
G 150 of 255 = 59%
B 193 of 255 = 76%

181
150
193

R + G + B ~ 69%. #B596C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 150 + 193 = 524 (100%)
R 181 of 524 ~ 34.54%
G 150 of 524 ~ 28.63%
B 193 of 524 ~ 36.83%

%34.54
%28.63
%36.83

CMYK color model

#B596C1 color CMYK value is (6,22,0,24).

  • cyan value is 6.22%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(6,22,0,24)
C6M22Y0K24 
(6%,22%,0%,24%)
(0.06/0.22/0.00/0.24)	

CMYK percentages

%6.22
%22.28
%0
%24.31

Codes

Color #B596C1 in popluar color models

B596C1
RGB181150193
HSL283°25.75%67.25%
HSB/HSV283°22.28%75.69%
CMYK6.22%22.28%0.00%
24.31%

Color #B596C1 in popluar number systems.

HEXB596C1
Decimal181150193
Binary101101011001011011000001
Octal265226301

Shades and tints

Shades of #B596C1

#B596C1
(181,150,193)
#A589B0
(165,137,176)
#957C9F
(149,124,159)
#856F8E
(133,111,142)
#75627D
(117,98,125)
#65556C
(101,85,108)
#55485B
(85,72,91)
#453B4A
(69,59,74)
#352E39
(53,46,57)
#252128
(37,33,40)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #B596C1

#B596C1
(181,150,193)
#BB9FC6
(187,159,198)
#C1A8CB
(193,168,203)
#C7B1D0
(199,177,208)
#CDBAD5
(205,186,213)
#D3C3DA
(211,195,218)
#D9CCDF
(217,204,223)
#DFD5E4
(223,213,228)
#E5DEE9
(229,222,233)
#EBE7EE
(235,231,238)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B596C1 color. Also use rgb(181,150,193) instead hex code.

Text Font Color

.myTextColor { color: #B596C1; }

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

This text font color is #B596C1.


Background Color

.myBgColor { background-color: #B596C1; }

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

This div background color is #B596C1.


Border color

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

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

This div border color is #B596C1.


Opacity

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

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

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

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

This text has shadow with #B596C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B596C1 on black background.


Color preview on white background

This text has color #B596C1 on white background.



Black color preview on #B596C1 background

This text has black color on #B596C1 background.


White color preview on #B596C1 background

This text has white color on #B596C1 background.