COLOR #B592BD

HEX: #B592BD
RGB: (181,146,189)

Color info

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

RGB color model

#B592BD color RGB value is (181,146,189).

  • red value is 181;
  • green value is 146;
  • blue value is 189.
RGB:
(181,146,189)
(71%,57%,74%)

RGB channels and saturation

R 181 of 255 = 71%
G 146 of 255 = 57%
B 189 of 255 = 74%

181
146
189

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

Portions of RGB colors in percentages

R + G + B =
181 + 146 + 189 = 516 (100%)
R 181 of 516 ~ 35.08%
G 146 of 516 ~ 28.29%
B 189 of 516 ~ 36.63%

%35.08
%28.29
%36.63

CMYK color model

#B592BD color CMYK value is (4,23,0,26).

  • cyan value is 4.23%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(4,23,0,26)
C4M23Y0K26 
(4%,23%,0%,26%)
(0.04/0.23/0.00/0.26)	

CMYK percentages

%4.23
%22.75
%0
%25.88

Codes

Color #B592BD in popluar color models

B592BD
RGB181146189
HSL289°24.57%65.69%
HSB/HSV289°22.75%74.12%
CMYK4.23%22.75%0.00%
25.88%

Color #B592BD in popluar number systems.

HEXB592BD
Decimal181146189
Binary101101011001001010111101
Octal265222275

Shades and tints

Shades of #B592BD

#B592BD
(181,146,189)
#A585AC
(165,133,172)
#95789B
(149,120,155)
#856B8A
(133,107,138)
#755E79
(117,94,121)
#655168
(101,81,104)
#554457
(85,68,87)
#453746
(69,55,70)
#352A35
(53,42,53)
#251D24
(37,29,36)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #B592BD

#B592BD
(181,146,189)
#BB9BC3
(187,155,195)
#C1A4C9
(193,164,201)
#C7ADCF
(199,173,207)
#CDB6D5
(205,182,213)
#D3BFDB
(211,191,219)
#D9C8E1
(217,200,225)
#DFD1E7
(223,209,231)
#E5DAED
(229,218,237)
#EBE3F3
(235,227,243)
#F1ECF9
(241,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B592BD color. Also use rgb(181,146,189) instead hex code.

Text Font Color

.myTextColor { color: #B592BD; }

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

This text font color is #B592BD.


Background Color

.myBgColor { background-color: #B592BD; }

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

This div background color is #B592BD.


Border color

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

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

This div border color is #B592BD.


Opacity

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

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

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

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

This text has shadow with #B592BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B592BD on black background.


Color preview on white background

This text has color #B592BD on white background.



Black color preview on #B592BD background

This text has black color on #B592BD background.


White color preview on #B592BD background

This text has white color on #B592BD background.