COLOR #B594CE

HEX: #B594CE RGB: (181,148,206)

Color info

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

RGB color model

#B594CE color RGB value is (181,148,206).

RGB: (181,148,206) (71%, 58%, 81%)

RGB channels and saturation

R 181 of 255 = 71%
G 148 of 255 = 58%
B 206 of 255 = 81%

181
148
206

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

Portions of RGB colors in percentages

R + G + B = 181 + 148 + 206 = 535 (100%)
R 181 of 535 ~ 33.83%
G 148 of 535 ~ 27.66%
B 206 of 535 ~ 38.5'%

%33.83
%27.66
%38.5

CMYK color model

#B594CE color CMYK value is (12,28,0,19).

  • cyan value is 12.14%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (12,28,0,19)
C12M28Y0K19 (12%, 28%, 0%, 19%)
(0.12 / 0.28 / 0.00 / 0.19)

CMYK percentages

%12.14
%28.16
%0
%19.22

Codes

Color #B594CE in popluar color models

B5 94 CE
RGB 181 148 206
HSL 274° 37.18% 69.41%
HSB/HSV 274° 28.16% 80.78%
CMYK 12.14% 28.16% 0.00%
19.22%

Color #B594CE in popluar number systems.

HEX B5 94 CE
Decimal 181 148 206
Binary 10110101 10010100 11001110
Octal 265 224 316

Shades and tints

Shades of #B594CE

#B594CE
(181,148,206)
#A587BC
(165,135,188)
#957AAA
(149,122,170)
#856D98
(133,109,152)
#756086
(117,96,134)
#655374
(101,83,116)
#554662
(85,70,98)
#453950
(69,57,80)
#352C3E
(53,44,62)
#251F2C
(37,31,44)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #B594CE

#B594CE
(181,148,206)
#BB9DD2
(187,157,210)
#C1A6D6
(193,166,214)
#C7AFDA
(199,175,218)
#CDB8DE
(205,184,222)
#D3C1E2
(211,193,226)
#D9CAE6
(217,202,230)
#DFD3EA
(223,211,234)
#E5DCEE
(229,220,238)
#EBE5F2
(235,229,242)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B594CE; }

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

This text font color is #B594CE.

Background Color

.myBgColor { background-color: #B594CE; }

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

This div background color is #B594CE.

Border color

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

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

This div border color is #B594CE.

Opacity

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

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

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

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

This text has shadow with #B594CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B594CE.

Preview

Color preview on black background

This text has color #B594CE on black background.


Color preview on white background

This text has color #B594CE on white background.


Black color preview on #B594CE background

This text has black color on #B594CE background.


White color preview on #B594CE background

This text has white color on #B594CE background.


Related colors

Complementary color

Complementary color for #hex is #4A6B31.


I love getcolorcode.com

Triadic colors

1 #CEB594 and #94CEB5 with #B594CE are triadic colors.

2 #CE94B5 and #94B5CE with #B594CE are triadic colors.