Shades of Deep Magenta #BC05CA
Tints of Deep Magenta #BC05CA
RGB
CMYK
RGB Variations
Color information
#BC05CA (or 0xBC05CA) is known color: Deep Magenta. HEX triplet: BC, 05 and CA. RGB value is (188,5,202). Sum of RGB (Red+Green+Blue) = 188+5+202=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC05CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05CA is #43FA35. Grayscale: #515151. Windows color (decimal): -4454966 or 13239740. OLE color: 13239740.
HSL color Cylindrical-coordinate representation of color #BC05CA: hue angle of 295.74º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC05CA is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 5 | 202 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.21 |
| HSL | 295.74º | 0.95% | 0.41% | - |
| HSV(B) | 295.74º | 0.98% | 0.79% | - |
| XYZ | 31.45 | 15.06 | 57.13 | - |
| YUV | 82.18 | 195.63 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 202 | 0.07 | 0.98 | 0 | 0.21 | 295.74 | 0.95 | 0.41 |
| Hex | BC | 5 | CA | 7 | 62 | 0 | 15 | 128 | 5F | 29 |
| Octal | 274 | 5 | 312 | 7 | 142 | 0 | 25 | 450 | 137 | 51 |
| Binary | 10111100 | 101 | 11001010 | 111 | 1100010 | 0 | 10101 | 100101000 | 1011111 | 101001 |
Color Harmonies of #BC05CA
Complementary color
Monochromatic Colors of #BC05CA
Black with #BC05CA
Text Example
Text Example
White with #BC05CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05CA; }
p { color: rgb(188,5,202); }
H1.HeaderClassName
{
color: #BC05CA;
}
.AnyTagClassName
{
color: #BC05CA;
}
</style>
background-color css
<style>
a { background-color: #BC05CA; }
a { background-color: rgb(188,5,202); }
div.DivClassName
{
background-color: #BC05CA;
}
.BgClassName
{
background-color: #BC05CA;
}
</style>
border-color css
<style>
span { border-color: #BC05CA; }
span { border-color: rgb(188,5,202); }
td.TdClassName
{
border-color: #BC05CA;
}
.TagClassName
{
border-color: #BC05CA;
}
</style>