COLOR #B594C7

HEX: #B594C7
RGB: (181,148,199)

Color info

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

RGB color model

#B594C7 color RGB value is (181,148,199).

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

RGB channels and saturation

R 181 of 255 = 71%
G 148 of 255 = 58%
B 199 of 255 = 78%

181
148
199

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

Portions of RGB colors in percentages

R + G + B =
181 + 148 + 199 = 528 (100%)
R 181 of 528 ~ 34.28%
G 148 of 528 ~ 28.03%
B 199 of 528 ~ 37.69%

%34.28
%28.03
%37.69

CMYK color model

#B594C7 color CMYK value is (9,26,0,22).

  • cyan value is 9.05%
  • magenta value is 25.63%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(9,26,0,22)
C9M26Y0K22 
(9%,26%,0%,22%)
(0.09/0.26/0.00/0.22)	

CMYK percentages

%9.05
%25.63
%0
%21.96

Codes

Color #B594C7 in popluar color models

B594C7
RGB181148199
HSL279°31.29%68.04%
HSB/HSV279°25.63%78.04%
CMYK9.05%25.63%0.00%
21.96%

Color #B594C7 in popluar number systems.

HEXB594C7
Decimal181148199
Binary101101011001010011000111
Octal265224307

Shades and tints

Shades of #B594C7

#B594C7
(181,148,199)
#A587B5
(165,135,181)
#957AA3
(149,122,163)
#856D91
(133,109,145)
#75607F
(117,96,127)
#65536D
(101,83,109)
#55465B
(85,70,91)
#453949
(69,57,73)
#352C37
(53,44,55)
#251F25
(37,31,37)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #B594C7

#B594C7
(181,148,199)
#BB9DCC
(187,157,204)
#C1A6D1
(193,166,209)
#C7AFD6
(199,175,214)
#CDB8DB
(205,184,219)
#D3C1E0
(211,193,224)
#D9CAE5
(217,202,229)
#DFD3EA
(223,211,234)
#E5DCEF
(229,220,239)
#EBE5F4
(235,229,244)
#F1EEF9
(241,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B594C7; }

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

This text font color is #B594C7.


Background Color

.myBgColor { background-color: #B594C7; }

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

This div background color is #B594C7.


Border color

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

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

This div border color is #B594C7.


Opacity

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

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

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

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

This text has shadow with #B594C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B594C7 on black background.


Color preview on white background

This text has color #B594C7 on white background.



Black color preview on #B594C7 background

This text has black color on #B594C7 background.


White color preview on #B594C7 background

This text has white color on #B594C7 background.