Shades of Deep Magenta #BC0ECA
Tints of Deep Magenta #BC0ECA
RGB
CMYK
RGB Variations
Color information
#BC0ECA (or 0xBC0ECA) is known color: Deep Magenta. HEX triplet: BC, 0E and CA. RGB value is (188,14,202). Sum of RGB (Red+Green+Blue) = 188+14+202=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC0ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ECA is #43F135. Grayscale: #565656. Windows color (decimal): -4452662 or 13242044. OLE color: 13242044.
HSL color Cylindrical-coordinate representation of color #BC0ECA: hue angle of 295.53º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0ECA is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 14 | 202 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.21 |
| HSL | 295.53º | 0.87% | 0.42% | - |
| HSV(B) | 295.53º | 0.93% | 0.79% | - |
| XYZ | 31.56 | 15.27 | 57.16 | - |
| YUV | 87.46 | 192.65 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 202 | 0.07 | 0.93 | 0 | 0.21 | 295.53 | 0.87 | 0.42 |
| Hex | BC | E | CA | 7 | 5D | 0 | 15 | 128 | 57 | 2A |
| Octal | 274 | 16 | 312 | 7 | 135 | 0 | 25 | 450 | 127 | 52 |
| Binary | 10111100 | 1110 | 11001010 | 111 | 1011101 | 0 | 10101 | 100101000 | 1010111 | 101010 |
Color Harmonies of #BC0ECA
Complementary color
Monochromatic Colors of #BC0ECA
Black with #BC0ECA
Text Example
Text Example
White with #BC0ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0ECA; }
p { color: rgb(188,14,202); }
H1.HeaderClassName
{
color: #BC0ECA;
}
.AnyTagClassName
{
color: #BC0ECA;
}
</style>
background-color css
<style>
a { background-color: #BC0ECA; }
a { background-color: rgb(188,14,202); }
div.DivClassName
{
background-color: #BC0ECA;
}
.BgClassName
{
background-color: #BC0ECA;
}
</style>
border-color css
<style>
span { border-color: #BC0ECA; }
span { border-color: rgb(188,14,202); }
td.TdClassName
{
border-color: #BC0ECA;
}
.TagClassName
{
border-color: #BC0ECA;
}
</style>