COLOR #B585CE

HEX: #B585CE RGB: (181,133,206)

Color info

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

RGB color model

#B585CE color RGB value is (181,133,206).

RGB: (181,133,206) (71%, 52%, 81%)

RGB channels and saturation

R 181 of 255 = 71%
G 133 of 255 = 52%
B 206 of 255 = 81%

181
133
206

R + G + B ~ 68%. #B585CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 133 + 206 = 520 (100%)
R 181 of 520 ~ 34.81%
G 133 of 520 ~ 25.58%
B 206 of 520 ~ 39.62'%

%34.81
%25.58
%39.62

CMYK color model

#B585CE color CMYK value is (12,35,0,19).

  • cyan value is 12.14%
  • magenta value is 35.44%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (12,35,0,19)
C12M35Y0K19 (12%, 35%, 0%, 19%)
(0.12 / 0.35 / 0.00 / 0.19)

CMYK percentages

%12.14
%35.44
%0
%19.22

Codes

Color #B585CE in popluar color models

B5 85 CE
RGB 181 133 206
HSL 279° 42.69% 66.47%
HSB/HSV 279° 35.44% 80.78%
CMYK 12.14% 35.44% 0.00%
19.22%

Color #B585CE in popluar number systems.

HEX B5 85 CE
Decimal 181 133 206
Binary 10110101 10000101 11001110
Octal 265 205 316

Shades and tints

Shades of #B585CE

#B585CE
(181,133,206)
#A579BC
(165,121,188)
#956DAA
(149,109,170)
#856198
(133,97,152)
#755586
(117,85,134)
#654974
(101,73,116)
#553D62
(85,61,98)
#453150
(69,49,80)
#35253E
(53,37,62)
#25192C
(37,25,44)
#150D1A
(21,13,26)
#000000
(0,0,0)

Tints of #B585CE

#B585CE
(181,133,206)
#BB90D2
(187,144,210)
#C19BD6
(193,155,214)
#C7A6DA
(199,166,218)
#CDB1DE
(205,177,222)
#D3BCE2
(211,188,226)
#D9C7E6
(217,199,230)
#DFD2EA
(223,210,234)
#E5DDEE
(229,221,238)
#EBE8F2
(235,232,242)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B585CE color. Also use rgb(181,133,206) instead hex code.

Text Font Color

.myTextColor { color: #B585CE; }

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

This text font color is #B585CE.

Background Color

.myBgColor { background-color: #B585CE; }

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

This div background color is #B585CE.

Border color

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

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

This div border color is #B585CE.

Opacity

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

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

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

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

This text has shadow with #B585CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B585CE.

Preview

Color preview on black background

This text has color #B585CE on black background.


Color preview on white background

This text has color #B585CE on white background.


Black color preview on #B585CE background

This text has black color on #B585CE background.


White color preview on #B585CE background

This text has white color on #B585CE background.


Related colors

Complementary color

Complementary color for #hex is #4A7A31.


I love getcolorcode.com

Triadic colors

1 #CEB585 and #85CEB5 with #B585CE are triadic colors.

2 #CE85B5 and #85B5CE with #B585CE are triadic colors.