COLOR #B594CB

HEX: #B594CB
RGB: (181,148,203)

Color info

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

RGB color model

#B594CB color RGB value is (181,148,203).

  • red value is 181;
  • green value is 148;
  • blue value is 203.
RGB: (181,148,203) (71%,58%,80%)

RGB channels and saturation

R 181 of 255 = 71%
G 148 of 255 = 58%
B 203 of 255 = 80%

181
148
203

R + G + B ~ 70%. #B594CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 148 + 203 = 532 (100%)
R 181 of 532 ~ 34.02%
G 148 of 532 ~ 27.82%
B 203 of 532 ~ 38.16%

%34.02
%27.82
%38.16

CMYK color model

#B594CB color CMYK value is (11,27,0,20).

  • cyan value is 10.84%
  • magenta value is 27.09%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (11,27,0,20) C11M27Y0K20 (11%,27%,0%,20%) (0.11/0.27/0.00/0.20)

CMYK percentages

%10.84
%27.09
%0
%20.39

Codes

Color #B594CB in popluar color models

B594CB
RGB181148203
HSL276°34.59%68.82%
HSB/HSV276°27.09%79.61%
CMYK10.84%27.09%0.00%
20.39%

Color #B594CB in popluar number systems.

HEXB594CB
Decimal181148203
Binary101101011001010011001011
Octal265224313

Shades and tints

Shades of #B594CB

#B594CB
(181,148,203)
#A587B9
(165,135,185)
#957AA7
(149,122,167)
#856D95
(133,109,149)
#756083
(117,96,131)
#655371
(101,83,113)
#55465F
(85,70,95)
#45394D
(69,57,77)
#352C3B
(53,44,59)
#251F29
(37,31,41)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #B594CB

#B594CB
(181,148,203)
#BB9DCF
(187,157,207)
#C1A6D3
(193,166,211)
#C7AFD7
(199,175,215)
#CDB8DB
(205,184,219)
#D3C1DF
(211,193,223)
#D9CAE3
(217,202,227)
#DFD3E7
(223,211,231)
#E5DCEB
(229,220,235)
#EBE5EF
(235,229,239)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B594CB color. Also use rgb(181,148,203) instead hex code.

Text Font Color

.myTextColor { color: #B594CB; }

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

This text font color is #B594CB.


Background Color

.myBgColor { background-color: #B594CB; }

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

This div background color is #B594CB.


Border color

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

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

This div border color is #B594CB.


Opacity

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

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

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

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

This text has shadow with #B594CB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B594CB on black background.


Color preview on white background

This text has color #B594CB on white background.



Black color preview on #B594CB background

This text has black color on #B594CB background.


White color preview on #B594CB background

This text has white color on #B594CB background.