COLOR #B580C7

HEX: #B580C7
RGB: (181,128,199)

Color info

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

RGB color model

#B580C7 color RGB value is (181,128,199).

  • red value is 181;
  • green value is 128;
  • blue value is 199.
RGB:
(181,128,199)
(71%,50%,78%)

RGB channels and saturation

R 181 of 255 = 71%
G 128 of 255 = 50%
B 199 of 255 = 78%

181
128
199

R + G + B ~ 66%. #B580C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 128 + 199 = 508 (100%)
R 181 of 508 ~ 35.63%
G 128 of 508 ~ 25.2%
B 199 of 508 ~ 39.17%

%35.63
%25.2
%39.17

CMYK color model

#B580C7 color CMYK value is (9,36,0,22).

  • cyan value is 9.05%
  • magenta value is 35.68%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(9,36,0,22)
C9M36Y0K22 
(9%,36%,0%,22%)
(0.09/0.36/0.00/0.22)	

CMYK percentages

%9.05
%35.68
%0
%21.96

Codes

Color #B580C7 in popluar color models

B580C7
RGB181128199
HSL285°38.80%64.12%
HSB/HSV285°35.68%78.04%
CMYK9.05%35.68%0.00%
21.96%

Color #B580C7 in popluar number systems.

HEXB580C7
Decimal181128199
Binary101101011000000011000111
Octal265200307

Shades and tints

Shades of #B580C7

#B580C7
(181,128,199)
#A575B5
(165,117,181)
#956AA3
(149,106,163)
#855F91
(133,95,145)
#75547F
(117,84,127)
#65496D
(101,73,109)
#553E5B
(85,62,91)
#453349
(69,51,73)
#352837
(53,40,55)
#251D25
(37,29,37)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #B580C7

#B580C7
(181,128,199)
#BB8BCC
(187,139,204)
#C196D1
(193,150,209)
#C7A1D6
(199,161,214)
#CDACDB
(205,172,219)
#D3B7E0
(211,183,224)
#D9C2E5
(217,194,229)
#DFCDEA
(223,205,234)
#E5D8EF
(229,216,239)
#EBE3F4
(235,227,244)
#F1EEF9
(241,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B580C7 color. Also use rgb(181,128,199) instead hex code.

Text Font Color

.myTextColor { color: #B580C7; }

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

This text font color is #B580C7.


Background Color

.myBgColor { background-color: #B580C7; }

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

This div background color is #B580C7.


Border color

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

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

This div border color is #B580C7.


Opacity

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

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

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

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

This text has shadow with #B580C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B580C7 on black background.


Color preview on white background

This text has color #B580C7 on white background.



Black color preview on #B580C7 background

This text has black color on #B580C7 background.


White color preview on #B580C7 background

This text has white color on #B580C7 background.