Shades of Deep Magenta #BC03CA
Tints of Deep Magenta #BC03CA
RGB
CMYK
RGB Variations
Color information
#BC03CA (or 0xBC03CA) is known color: Deep Magenta. HEX triplet: BC, 03 and CA. RGB value is (188,3,202). Sum of RGB (Red+Green+Blue) = 188+3+202=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC03CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03CA is #43FC35. Grayscale: #505050. Windows color (decimal): -4455478 or 13239228. OLE color: 13239228.
HSL color Cylindrical-coordinate representation of color #BC03CA: hue angle of 295.78º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03CA is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 3 | 202 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.21 |
| HSL | 295.78º | 0.97% | 0.4% | - |
| HSV(B) | 295.78º | 0.99% | 0.79% | - |
| XYZ | 31.43 | 15.02 | 57.12 | - |
| YUV | 81 | 196.29 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 202 | 0.07 | 0.99 | 0 | 0.21 | 295.78 | 0.97 | 0.4 |
| Hex | BC | 3 | CA | 7 | 63 | 0 | 15 | 128 | 61 | 28 |
| Octal | 274 | 3 | 312 | 7 | 143 | 0 | 25 | 450 | 141 | 50 |
| Binary | 10111100 | 11 | 11001010 | 111 | 1100011 | 0 | 10101 | 100101000 | 1100001 | 101000 |
Color Harmonies of #BC03CA
Complementary color
Monochromatic Colors of #BC03CA
Black with #BC03CA
Text Example
Text Example
White with #BC03CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC03CA; }
p { color: rgb(188,3,202); }
H1.HeaderClassName
{
color: #BC03CA;
}
.AnyTagClassName
{
color: #BC03CA;
}
</style>
background-color css
<style>
a { background-color: #BC03CA; }
a { background-color: rgb(188,3,202); }
div.DivClassName
{
background-color: #BC03CA;
}
.BgClassName
{
background-color: #BC03CA;
}
</style>
border-color css
<style>
span { border-color: #BC03CA; }
span { border-color: rgb(188,3,202); }
td.TdClassName
{
border-color: #BC03CA;
}
.TagClassName
{
border-color: #BC03CA;
}
</style>