COLOR #B583BC

HEX: #B583BC RGB: (181,131,188)

Color info

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

RGB color model

#B583BC color RGB value is (181,131,188).

RGB: (181,131,188) (71%, 51%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 131 of 255 = 51%
B 188 of 255 = 74%

181
131
188

R + G + B ~ 65%. #B583BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 131 + 188 = 500 (100%)
R 181 of 500 ~ 36.2%
G 131 of 500 ~ 26.2%
B 188 of 500 ~ 37.6'%

%36.2
%26.2
%37.6

CMYK color model

#B583BC color CMYK value is (4,30,0,26).

  • cyan value is 3.72%
  • magenta value is 30.32%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (4,30,0,26) C4M30Y0K26 (4%,30%,0%,26%) (0.04/0.30/0.00/0.26) 

CMYK percentages

%3.72
%30.32
%0
%26.27

Codes

Color #B583BC in popluar color models

B5 83 BC
RGB 181 131 188
HSL 293° 29.84% 62.55%
HSB/HSV 293° 30.32% 73.73%
CMYK 3.72% 30.32% 0.00%
26.27%

Color #B583BC in popluar number systems.

HEX B5 83 BC
Decimal 181 131 188
Binary 10110101 10000011 10111100
Octal 265 203 274

Shades and tints

Shades of #B583BC

#B583BC
(181,131,188)
#A578AB
(165,120,171)
#956D9A
(149,109,154)
#856289
(133,98,137)
#755778
(117,87,120)
#654C67
(101,76,103)
#554156
(85,65,86)
#453645
(69,54,69)
#352B34
(53,43,52)
#252023
(37,32,35)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #B583BC

#B583BC
(181,131,188)
#BB8EC2
(187,142,194)
#C199C8
(193,153,200)
#C7A4CE
(199,164,206)
#CDAFD4
(205,175,212)
#D3BADA
(211,186,218)
#D9C5E0
(217,197,224)
#DFD0E6
(223,208,230)
#E5DBEC
(229,219,236)
#EBE6F2
(235,230,242)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B583BC color. Also use rgb(181,131,188) instead hex code.

Text Font Color

.myTextColor { color: #B583BC; }

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

This text font color is #B583BC.

Background Color

.myBgColor { background-color: #B583BC; }

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

This div background color is #B583BC.

Border color

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

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

This div border color is #B583BC.

Opacity

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

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

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

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

This text has shadow with #B583BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B583BC.

Preview

Color preview on black background

This text has color #B583BC on black background.


Color preview on white background

This text has color #B583BC on white background.


Black color preview on #B583BC background

This text has black color on #B583BC background.


White color preview on #B583BC background

This text has white color on #B583BC background.


Related colors

Complementary color

Complementary color for #hex is #4A7C43.


I love getcolorcode.com

Triadic colors

1 #BCB583 and #83BCB5 with #B583BC are triadic colors.

2 #BC83B5 and #83B5BC with #B583BC are triadic colors.