COLOR #B59BCF

HEX: #B59BCF RGB: (181,155,207)

Color info

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

RGB color model

#B59BCF color RGB value is (181,155,207).

RGB: (181,155,207) (71%, 61%, 81%)

RGB channels and saturation

R 181 of 255 = 71%
G 155 of 255 = 61%
B 207 of 255 = 81%

181
155
207

R + G + B ~ 71%. #B59BCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 155 + 207 = 543 (100%)
R 181 of 543 ~ 33.33%
G 155 of 543 ~ 28.55%
B 207 of 543 ~ 38.12'%

%33.33
%28.55
%38.12

CMYK color model

#B59BCF color CMYK value is (13,25,0,19).

  • cyan value is 12.56%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (13,25,0,19)
C13M25Y0K19 (13%, 25%, 0%, 19%)
(0.13 / 0.25 / 0.00 / 0.19)

CMYK percentages

%12.56
%25.12
%0
%18.82

Codes

Color #B59BCF in popluar color models

B5 9B CF
RGB 181 155 207
HSL 270° 35.14% 70.98%
HSB/HSV 270° 25.12% 81.18%
CMYK 12.56% 25.12% 0.00%
18.82%

Color #B59BCF in popluar number systems.

HEX B5 9B CF
Decimal 181 155 207
Binary 10110101 10011011 11001111
Octal 265 233 317

Shades and tints

Shades of #B59BCF

#B59BCF
(181,155,207)
#A58DBD
(165,141,189)
#957FAB
(149,127,171)
#857199
(133,113,153)
#756387
(117,99,135)
#655575
(101,85,117)
#554763
(85,71,99)
#453951
(69,57,81)
#352B3F
(53,43,63)
#251D2D
(37,29,45)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #B59BCF

#B59BCF
(181,155,207)
#BBA4D3
(187,164,211)
#C1ADD7
(193,173,215)
#C7B6DB
(199,182,219)
#CDBFDF
(205,191,223)
#D3C8E3
(211,200,227)
#D9D1E7
(217,209,231)
#DFDAEB
(223,218,235)
#E5E3EF
(229,227,239)
#EBECF3
(235,236,243)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59BCF color. Also use rgb(181,155,207) instead hex code.

Text Font Color

.myTextColor { color: #B59BCF; }

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

This text font color is #B59BCF.

Background Color

.myBgColor { background-color: #B59BCF; }

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

This div background color is #B59BCF.

Border color

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

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

This div border color is #B59BCF.

Opacity

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

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

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

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

This text has shadow with #B59BCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59BCF.

Preview

Color preview on black background

This text has color #B59BCF on black background.


Color preview on white background

This text has color #B59BCF on white background.


Black color preview on #B59BCF background

This text has black color on #B59BCF background.


White color preview on #B59BCF background

This text has white color on #B59BCF background.


Related colors

Complementary color

Complementary color for #hex is #4A6430.


I love getcolorcode.com

Triadic colors

1 #CFB59B and #9BCFB5 with #B59BCF are triadic colors.

2 #CF9BB5 and #9BB5CF with #B59BCF are triadic colors.