Shades of Deep Magenta #BC02CB
Tints of Deep Magenta #BC02CB
RGB
CMYK
RGB Variations
Color information
#BC02CB (or 0xBC02CB) is known color: Deep Magenta. HEX triplet: BC, 02 and CB. RGB value is (188,2,203). Sum of RGB (Red+Green+Blue) = 188+2+203=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC02CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02CB is #43FD34. Grayscale: #4F4F4F. Windows color (decimal): -4455733 or 13304508. OLE color: 13304508.
HSL color Cylindrical-coordinate representation of color #BC02CB: hue angle of 295.52º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02CB is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 2 | 203 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.20 |
| HSL | 295.52º | 0.98% | 0.4% | - |
| HSV(B) | 295.52º | 0.99% | 0.8% | - |
| XYZ | 31.54 | 15.05 | 57.74 | - |
| YUV | 80.53 | 197.12 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 203 | 0.07 | 0.99 | 0 | 0.20 | 295.52 | 0.98 | 0.4 |
| Hex | BC | 2 | CB | 7 | 63 | 0 | 14 | 128 | 62 | 28 |
| Octal | 274 | 2 | 313 | 7 | 143 | 0 | 24 | 450 | 142 | 50 |
| Binary | 10111100 | 10 | 11001011 | 111 | 1100011 | 0 | 10100 | 100101000 | 1100010 | 101000 |
Color Harmonies of #BC02CB
Complementary color
Monochromatic Colors of #BC02CB
Black with #BC02CB
Text Example
Text Example
White with #BC02CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02CB; }
p { color: rgb(188,2,203); }
H1.HeaderClassName
{
color: #BC02CB;
}
.AnyTagClassName
{
color: #BC02CB;
}
</style>
background-color css
<style>
a { background-color: #BC02CB; }
a { background-color: rgb(188,2,203); }
div.DivClassName
{
background-color: #BC02CB;
}
.BgClassName
{
background-color: #BC02CB;
}
</style>
border-color css
<style>
span { border-color: #BC02CB; }
span { border-color: rgb(188,2,203); }
td.TdClassName
{
border-color: #BC02CB;
}
.TagClassName
{
border-color: #BC02CB;
}
</style>