COLOR #B590BF

HEX: #B590BF
RGB: (181,144,191)

Color info

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

RGB color model

#B590BF color RGB value is (181,144,191).

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

RGB channels and saturation

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

181
144
191

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

Portions of RGB colors in percentages

R + G + B =
181 + 144 + 191 = 516 (100%)
R 181 of 516 ~ 35.08%
G 144 of 516 ~ 27.91%
B 191 of 516 ~ 37.02%

%35.08
%27.91
%37.02

CMYK color model

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

  • cyan value is 5.24%
  • magenta value is 24.61%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(5,25,0,25)
C5M25Y0K25 
(5%,25%,0%,25%)
(0.05/0.25/0.00/0.25)	

CMYK percentages

%5.24
%24.61
%0
%25.1

Codes

Color #B590BF in popluar color models

B590BF
RGB181144191
HSL287°26.86%65.69%
HSB/HSV287°24.61%74.90%
CMYK5.24%24.61%0.00%
25.10%

Color #B590BF in popluar number systems.

HEXB590BF
Decimal181144191
Binary101101011001000010111111
Octal265220277

Shades and tints

Shades of #B590BF

#B590BF
(181,144,191)
#A583AE
(165,131,174)
#95769D
(149,118,157)
#85698C
(133,105,140)
#755C7B
(117,92,123)
#654F6A
(101,79,106)
#554259
(85,66,89)
#453548
(69,53,72)
#352837
(53,40,55)
#251B26
(37,27,38)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #B590BF

#B590BF
(181,144,191)
#BB9AC4
(187,154,196)
#C1A4C9
(193,164,201)
#C7AECE
(199,174,206)
#CDB8D3
(205,184,211)
#D3C2D8
(211,194,216)
#D9CCDD
(217,204,221)
#DFD6E2
(223,214,226)
#E5E0E7
(229,224,231)
#EBEAEC
(235,234,236)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B590BF; }

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

This text font color is #B590BF.


Background Color

.myBgColor { background-color: #B590BF; }

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

This div background color is #B590BF.


Border color

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

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

This div border color is #B590BF.


Opacity

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

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

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

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

This text has shadow with #B590BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B590BF on black background.


Color preview on white background

This text has color #B590BF on white background.



Black color preview on #B590BF background

This text has black color on #B590BF background.


White color preview on #B590BF background

This text has white color on #B590BF background.