COLOR #B5759D

HEX: #B5759D
RGB: (181,117,157)

Color info

#B5759D contains mainly red and blue colors. Web safe color of #B5759D is #CC6699 (or #C69).

RGB color model

#B5759D color RGB value is (181,117,157).

  • red value is 181;
  • green value is 117;
  • blue value is 157.
RGB:
(181,117,157)
(71%,46%,62%)

RGB channels and saturation

R 181 of 255 = 71%
G 117 of 255 = 46%
B 157 of 255 = 62%

181
117
157

R + G + B ~ 60%. #B5759D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 117 + 157 = 455 (100%)
R 181 of 455 ~ 39.78%
G 117 of 455 ~ 25.71%
B 157 of 455 ~ 34.51%

%39.78
%25.71
%34.51

CMYK color model

#B5759D color CMYK value is (0,35,13,29).

  • cyan value is 0.00%
  • magenta value is 35.36%
  • yellow value is 13.26%
  • key color value is 29.02%
CMYK:
(0,35,13,29)
C0M35Y13K29 
(0%,35%,13%,29%)
(0.00/0.35/0.13/0.29)	

CMYK percentages

%0
%35.36
%13.26
%29.02

Codes

Color #B5759D in popluar color models

B5759D
RGB181117157
HSL323°30.19%58.43%
HSB/HSV323°35.36%70.98%
CMYK0.00%35.36%13.26%
29.02%

Color #B5759D in popluar number systems.

HEXB5759D
Decimal181117157
Binary10110101111010110011101
Octal265165235

Shades and tints

Shades of #B5759D

#B5759D
(181,117,157)
#A56B8F
(165,107,143)
#956181
(149,97,129)
#855773
(133,87,115)
#754D65
(117,77,101)
#654357
(101,67,87)
#553949
(85,57,73)
#452F3B
(69,47,59)
#35252D
(53,37,45)
#251B1F
(37,27,31)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #B5759D

#B5759D
(181,117,157)
#BB81A5
(187,129,165)
#C18DAD
(193,141,173)
#C799B5
(199,153,181)
#CDA5BD
(205,165,189)
#D3B1C5
(211,177,197)
#D9BDCD
(217,189,205)
#DFC9D5
(223,201,213)
#E5D5DD
(229,213,221)
#EBE1E5
(235,225,229)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5759D color. Also use rgb(181,117,157) instead hex code.

Text Font Color

.myTextColor { color: #B5759D; }

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

This text font color is #B5759D.


Background Color

.myBgColor { background-color: #B5759D; }

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

This div background color is #B5759D.


Border color

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

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

This div border color is #B5759D.


Opacity

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

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

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

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

This text has shadow with #B5759D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5759D on black background.


Color preview on white background

This text has color #B5759D on white background.



Black color preview on #B5759D background

This text has black color on #B5759D background.


White color preview on #B5759D background

This text has white color on #B5759D background.