Shades of Deep Magenta #BC0BDC
Tints of Deep Magenta #BC0BDC
RGB
CMYK
RGB Variations
Color information
#BC0BDC (or 0xBC0BDC) is known color: Deep Magenta. HEX triplet: BC, 0B and DC. RGB value is (188,11,220). Sum of RGB (Red+Green+Blue) = 188+11+220=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC0BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BDC is #43F423. Grayscale: #575757. Windows color (decimal): -4453412 or 14420924. OLE color: 14420924.
HSL color Cylindrical-coordinate representation of color #BC0BDC: hue angle of 290.81º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0BDC is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 11 | 220 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.14 |
| HSL | 290.81º | 0.9% | 0.45% | - |
| HSV(B) | 290.81º | 0.95% | 0.86% | - |
| XYZ | 33.78 | 16.1 | 69.04 | - |
| YUV | 87.75 | 202.64 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 220 | 0.15 | 0.95 | 0 | 0.14 | 290.81 | 0.9 | 0.45 |
| Hex | BC | B | DC | F | 5F | 0 | E | 123 | 5A | 2D |
| Octal | 274 | 13 | 334 | 17 | 137 | 0 | 16 | 443 | 132 | 55 |
| Binary | 10111100 | 1011 | 11011100 | 1111 | 1011111 | 0 | 1110 | 100100011 | 1011010 | 101101 |
Color Harmonies of #BC0BDC
Complementary color
Monochromatic Colors of #BC0BDC
Black with #BC0BDC
Text Example
Text Example
White with #BC0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BDC; }
p { color: rgb(188,11,220); }
H1.HeaderClassName
{
color: #BC0BDC;
}
.AnyTagClassName
{
color: #BC0BDC;
}
</style>
background-color css
<style>
a { background-color: #BC0BDC; }
a { background-color: rgb(188,11,220); }
div.DivClassName
{
background-color: #BC0BDC;
}
.BgClassName
{
background-color: #BC0BDC;
}
</style>
border-color css
<style>
span { border-color: #BC0BDC; }
span { border-color: rgb(188,11,220); }
td.TdClassName
{
border-color: #BC0BDC;
}
.TagClassName
{
border-color: #BC0BDC;
}
</style>