COLOR #B576C1

HEX: #B576C1
RGB: (181,118,193)

Color info

#B576C1 contains mainly red and blue colors. Web safe color of #B576C1 is #CC66CC (or #C6C).

RGB color model

#B576C1 color RGB value is (181,118,193).

  • red value is 181;
  • green value is 118;
  • blue value is 193.
RGB:
(181,118,193)
(71%,46%,76%)

RGB channels and saturation

R 181 of 255 = 71%
G 118 of 255 = 46%
B 193 of 255 = 76%

181
118
193

R + G + B ~ 64%. #B576C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 118 + 193 = 492 (100%)
R 181 of 492 ~ 36.79%
G 118 of 492 ~ 23.98%
B 193 of 492 ~ 39.23%

%36.79
%23.98
%39.23

CMYK color model

#B576C1 color CMYK value is (6,39,0,24).

  • cyan value is 6.22%
  • magenta value is 38.86%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(6,39,0,24)
C6M39Y0K24 
(6%,39%,0%,24%)
(0.06/0.39/0.00/0.24)	

CMYK percentages

%6.22
%38.86
%0
%24.31

Codes

Color #B576C1 in popluar color models

B576C1
RGB181118193
HSL290°37.69%60.98%
HSB/HSV290°38.86%75.69%
CMYK6.22%38.86%0.00%
24.31%

Color #B576C1 in popluar number systems.

HEXB576C1
Decimal181118193
Binary10110101111011011000001
Octal265166301

Shades and tints

Shades of #B576C1

#B576C1
(181,118,193)
#A56CB0
(165,108,176)
#95629F
(149,98,159)
#85588E
(133,88,142)
#754E7D
(117,78,125)
#65446C
(101,68,108)
#553A5B
(85,58,91)
#45304A
(69,48,74)
#352639
(53,38,57)
#251C28
(37,28,40)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #B576C1

#B576C1
(181,118,193)
#BB82C6
(187,130,198)
#C18ECB
(193,142,203)
#C79AD0
(199,154,208)
#CDA6D5
(205,166,213)
#D3B2DA
(211,178,218)
#D9BEDF
(217,190,223)
#DFCAE4
(223,202,228)
#E5D6E9
(229,214,233)
#EBE2EE
(235,226,238)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B576C1 color. Also use rgb(181,118,193) instead hex code.

Text Font Color

.myTextColor { color: #B576C1; }

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

This text font color is #B576C1.


Background Color

.myBgColor { background-color: #B576C1; }

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

This div background color is #B576C1.


Border color

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

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

This div border color is #B576C1.


Opacity

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

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

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

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

This text has shadow with #B576C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B576C1 on black background.


Color preview on white background

This text has color #B576C1 on white background.



Black color preview on #B576C1 background

This text has black color on #B576C1 background.


White color preview on #B576C1 background

This text has white color on #B576C1 background.