COLOR #B583CB

HEX: #B583CB RGB: (181,131,203)

Color info

#B583CB contains mainly red and blue colors. Web safe color of #B583CB is #CC99CC (or #C9C).

RGB color model

#B583CB color RGB value is (181,131,203).

RGB: (181,131,203) (71%, 51%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 131 of 255 = 51%
B 203 of 255 = 80%

181
131
203

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

Portions of RGB colors in percentages

R + G + B = 181 + 131 + 203 = 515 (100%)
R 181 of 515 ~ 35.15%
G 131 of 515 ~ 25.44%
B 203 of 515 ~ 39.42'%

%35.15
%25.44
%39.42

CMYK color model

#B583CB color CMYK value is (11,35,0,20).

  • cyan value is 10.84%
  • magenta value is 35.47%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (11,35,0,20)
C11M35Y0K20 (11%, 35%, 0%, 20%)
(0.11 / 0.35 / 0.00 / 0.20)

CMYK percentages

%10.84
%35.47
%0
%20.39

Codes

Color #B583CB in popluar color models

B5 83 CB
RGB 181 131 203
HSL 282° 40.91% 65.49%
HSB/HSV 282° 35.47% 79.61%
CMYK 10.84% 35.47% 0.00%
20.39%

Color #B583CB in popluar number systems.

HEX B5 83 CB
Decimal 181 131 203
Binary 10110101 10000011 11001011
Octal 265 203 313

Shades and tints

Shades of #B583CB

#B583CB
(181,131,203)
#A578B9
(165,120,185)
#956DA7
(149,109,167)
#856295
(133,98,149)
#755783
(117,87,131)
#654C71
(101,76,113)
#55415F
(85,65,95)
#45364D
(69,54,77)
#352B3B
(53,43,59)
#252029
(37,32,41)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #B583CB

#B583CB
(181,131,203)
#BB8ECF
(187,142,207)
#C199D3
(193,153,211)
#C7A4D7
(199,164,215)
#CDAFDB
(205,175,219)
#D3BADF
(211,186,223)
#D9C5E3
(217,197,227)
#DFD0E7
(223,208,231)
#E5DBEB
(229,219,235)
#EBE6EF
(235,230,239)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B583CB; }

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

This text font color is #B583CB.

Background Color

.myBgColor { background-color: #B583CB; }

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

This div background color is #B583CB.

Border color

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

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

This div border color is #B583CB.

Opacity

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

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

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

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

This text has shadow with #B583CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B583CB.

Preview

Color preview on black background

This text has color #B583CB on black background.


Color preview on white background

This text has color #B583CB on white background.


Black color preview on #B583CB background

This text has black color on #B583CB background.


White color preview on #B583CB background

This text has white color on #B583CB background.


Related colors

Complementary color

Complementary color for #hex is #4A7C34.


I love getcolorcode.com

Triadic colors

1 #CBB583 and #83CBB5 with #B583CB are triadic colors.

2 #CB83B5 and #83B5CB with #B583CB are triadic colors.