COLOR #B583C8

HEX: #B583C8 RGB: (181,131,200)

Color info

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

RGB color model

#B583C8 color RGB value is (181,131,200).

RGB: (181,131,200) (71%, 51%, 78%)

RGB channels and saturation

R 181 of 255 = 71%
G 131 of 255 = 51%
B 200 of 255 = 78%

181
131
200

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

Portions of RGB colors in percentages

R + G + B = 181 + 131 + 200 = 512 (100%)
R 181 of 512 ~ 35.35%
G 131 of 512 ~ 25.59%
B 200 of 512 ~ 39.06'%

%35.35
%25.59
%39.06

CMYK color model

#B583C8 color CMYK value is (10,35,0,22).

  • cyan value is 9.50%
  • magenta value is 34.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (10,35,0,22) C10M35Y0K22 (10%,35%,0%,22%) (0.10/0.35/0.00/0.22) 

CMYK percentages

%9.5
%34.5
%0
%21.57

Codes

Color #B583C8 in popluar color models

B5 83 C8
RGB 181 131 200
HSL 283° 38.55% 64.90%
HSB/HSV 283° 34.50% 78.43%
CMYK 9.50% 34.50% 0.00%
21.57%

Color #B583C8 in popluar number systems.

HEX B5 83 C8
Decimal 181 131 200
Binary 10110101 10000011 11001000
Octal 265 203 310

Shades and tints

Shades of #B583C8

#B583C8
(181,131,200)
#A578B6
(165,120,182)
#956DA4
(149,109,164)
#856292
(133,98,146)
#755780
(117,87,128)
#654C6E
(101,76,110)
#55415C
(85,65,92)
#45364A
(69,54,74)
#352B38
(53,43,56)
#252026
(37,32,38)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #B583C8

#B583C8
(181,131,200)
#BB8ECD
(187,142,205)
#C199D2
(193,153,210)
#C7A4D7
(199,164,215)
#CDAFDC
(205,175,220)
#D3BAE1
(211,186,225)
#D9C5E6
(217,197,230)
#DFD0EB
(223,208,235)
#E5DBF0
(229,219,240)
#EBE6F5
(235,230,245)
#F1F1FA
(241,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B583C8; }

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

This text font color is #B583C8.

Background Color

.myBgColor { background-color: #B583C8; }

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

This div background color is #B583C8.

Border color

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

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

This div border color is #B583C8.

Opacity

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

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

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

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

This text has shadow with #B583C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B583C8.

Preview

Color preview on black background

This text has color #B583C8 on black background.


Color preview on white background

This text has color #B583C8 on white background.


Black color preview on #B583C8 background

This text has black color on #B583C8 background.


White color preview on #B583C8 background

This text has white color on #B583C8 background.


Related colors

Complementary color

Complementary color for #hex is #4A7C37.


I love getcolorcode.com

Triadic colors

1 #C8B583 and #83C8B5 with #B583C8 are triadic colors.

2 #C883B5 and #83B5C8 with #B583C8 are triadic colors.