COLOR #B590C5

HEX: #B590C5
RGB: (181,144,197)

Color info

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

RGB color model

#B590C5 color RGB value is (181,144,197).

  • red value is 181;
  • green value is 144;
  • blue value is 197.
RGB:
(181,144,197)
(71%,56%,77%)

RGB channels and saturation

R 181 of 255 = 71%
G 144 of 255 = 56%
B 197 of 255 = 77%

181
144
197

R + G + B ~ 68%. #B590C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 144 + 197 = 522 (100%)
R 181 of 522 ~ 34.67%
G 144 of 522 ~ 27.59%
B 197 of 522 ~ 37.74%

%34.67
%27.59
%37.74

CMYK color model

#B590C5 color CMYK value is (8,27,0,23).

  • cyan value is 8.12%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(8,27,0,23)
C8M27Y0K23 
(8%,27%,0%,23%)
(0.08/0.27/0.00/0.23)	

CMYK percentages

%8.12
%26.9
%0
%22.75

Codes

Color #B590C5 in popluar color models

B590C5
RGB181144197
HSL282°31.36%66.86%
HSB/HSV282°26.90%77.25%
CMYK8.12%26.90%0.00%
22.75%

Color #B590C5 in popluar number systems.

HEXB590C5
Decimal181144197
Binary101101011001000011000101
Octal265220305

Shades and tints

Shades of #B590C5

#B590C5
(181,144,197)
#A583B4
(165,131,180)
#9576A3
(149,118,163)
#856992
(133,105,146)
#755C81
(117,92,129)
#654F70
(101,79,112)
#55425F
(85,66,95)
#45354E
(69,53,78)
#35283D
(53,40,61)
#251B2C
(37,27,44)
#150E1B
(21,14,27)
#000000
(0,0,0)

Tints of #B590C5

#B590C5
(181,144,197)
#BB9ACA
(187,154,202)
#C1A4CF
(193,164,207)
#C7AED4
(199,174,212)
#CDB8D9
(205,184,217)
#D3C2DE
(211,194,222)
#D9CCE3
(217,204,227)
#DFD6E8
(223,214,232)
#E5E0ED
(229,224,237)
#EBEAF2
(235,234,242)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B590C5 color. Also use rgb(181,144,197) instead hex code.

Text Font Color

.myTextColor { color: #B590C5; }

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

This text font color is #B590C5.


Background Color

.myBgColor { background-color: #B590C5; }

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

This div background color is #B590C5.


Border color

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

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

This div border color is #B590C5.


Opacity

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

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

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

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

This text has shadow with #B590C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B590C5 on black background.


Color preview on white background

This text has color #B590C5 on white background.



Black color preview on #B590C5 background

This text has black color on #B590C5 background.


White color preview on #B590C5 background

This text has white color on #B590C5 background.