COLOR #BC0581

HEX: #BC0581
RGB: (188,5,129)

Color info

#BC0581 contains mainly red and blue colors. Web safe color of #BC0581 is #CC0099 (or #C09).

RGB color model

#BC0581 color RGB value is (188,5,129).

  • red value is 188;
  • green value is 5;
  • blue value is 129.
RGB:
(188,5,129)
(74%,2%,51%)

RGB channels and saturation

R 188 of 255 = 74%
G 5 of 255 = 2%
B 129 of 255 = 51%

188
5
129

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

Portions of RGB colors in percentages

R + G + B =
188 + 5 + 129 = 322 (100%)
R 188 of 322 ~ 58.39%
G 5 of 322 ~ 1.55%
B 129 of 322 ~ 40.06%

%58.39
%40.06

CMYK color model

#BC0581 color CMYK value is (0,97,31,26).

  • cyan value is 0.00%
  • magenta value is 97.34%
  • yellow value is 31.38%
  • key color value is 26.27%
CMYK:
(0,97,31,26)
C0M97Y31K26 
(0%,97%,31%,26%)
(0.00/0.97/0.31/0.26)	

CMYK percentages

%0
%97.34
%31.38
%26.27

Codes

Color #BC0581 in popluar color models

BC0581
RGB1885129
HSL319°94.82%37.84%
HSB/HSV319°97.34%73.73%
CMYK0.00%97.34%31.38%
26.27%

Color #BC0581 in popluar number systems.

HEXBC0581
Decimal1885129
Binary1011110010110000001
Octal2745201

Shades and tints

Shades of #BC0581

#BC0581
(188,5,129)
#AB0576
(171,5,118)
#9A056B
(154,5,107)
#890560
(137,5,96)
#780555
(120,5,85)
#67054A
(103,5,74)
#56053F
(86,5,63)
#450534
(69,5,52)
#340529
(52,5,41)
#23051E
(35,5,30)
#120513
(18,5,19)
#000000
(0,0,0)

Tints of #BC0581

#BC0581
(188,5,129)
#C21B8C
(194,27,140)
#C83197
(200,49,151)
#CE47A2
(206,71,162)
#D45DAD
(212,93,173)
#DA73B8
(218,115,184)
#E089C3
(224,137,195)
#E69FCE
(230,159,206)
#ECB5D9
(236,181,217)
#F2CBE4
(242,203,228)
#F8E1EF
(248,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC0581 color. Also use rgb(188,5,129) instead hex code.

Text Font Color

.myTextColor { color: #BC0581; }

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

This text font color is #BC0581.


Background Color

.myBgColor { background-color: #BC0581; }

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

This div background color is #BC0581.


Border color

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

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

This div border color is #BC0581.


Opacity

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

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

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

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

This text has shadow with #BC0581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC0581 on black background.


Color preview on white background

This text has color #BC0581 on white background.



Black color preview on #BC0581 background

This text has black color on #BC0581 background.


White color preview on #BC0581 background

This text has white color on #BC0581 background.