COLOR #B590BE

HEX: #B590BE
RGB: (181,144,190)

Color info

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

RGB color model

#B590BE color RGB value is (181,144,190).

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

RGB channels and saturation

R 181 of 255 = 71%
G 144 of 255 = 56%
B 190 of 255 = 75%

181
144
190

R + G + B ~ 67%. #B590BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 144 + 190 = 515 (100%)
R 181 of 515 ~ 35.15%
G 144 of 515 ~ 27.96%
B 190 of 515 ~ 36.89%

%35.15
%27.96
%36.89

CMYK color model

#B590BE color CMYK value is (5,24,0,25).

  • cyan value is 4.74%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(5,24,0,25)
C5M24Y0K25 
(5%,24%,0%,25%)
(0.05/0.24/0.00/0.25)	

CMYK percentages

%4.74
%24.21
%0
%25.49

Codes

Color #B590BE in popluar color models

B590BE
RGB181144190
HSL288°26.14%65.49%
HSB/HSV288°24.21%74.51%
CMYK4.74%24.21%0.00%
25.49%

Color #B590BE in popluar number systems.

HEXB590BE
Decimal181144190
Binary101101011001000010111110
Octal265220276

Shades and tints

Shades of #B590BE

#B590BE
(181,144,190)
#A583AD
(165,131,173)
#95769C
(149,118,156)
#85698B
(133,105,139)
#755C7A
(117,92,122)
#654F69
(101,79,105)
#554258
(85,66,88)
#453547
(69,53,71)
#352836
(53,40,54)
#251B25
(37,27,37)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #B590BE

#B590BE
(181,144,190)
#BB9AC3
(187,154,195)
#C1A4C8
(193,164,200)
#C7AECD
(199,174,205)
#CDB8D2
(205,184,210)
#D3C2D7
(211,194,215)
#D9CCDC
(217,204,220)
#DFD6E1
(223,214,225)
#E5E0E6
(229,224,230)
#EBEAEB
(235,234,235)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B590BE; }

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

This text font color is #B590BE.


Background Color

.myBgColor { background-color: #B590BE; }

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

This div background color is #B590BE.


Border color

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

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

This div border color is #B590BE.


Opacity

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

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

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

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

This text has shadow with #B590BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B590BE on black background.


Color preview on white background

This text has color #B590BE on white background.



Black color preview on #B590BE background

This text has black color on #B590BE background.


White color preview on #B590BE background

This text has white color on #B590BE background.