Shades of Deep Magenta #BC02B0
Tints of Deep Magenta #BC02B0
RGB
CMYK
RGB Variations
Color information
#BC02B0 (or 0xBC02B0) is known color: Deep Magenta. HEX triplet: BC, 02 and B0. RGB value is (188,2,176). Sum of RGB (Red+Green+Blue) = 188+2+176=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC02B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC02B0 is #43FD4F. Grayscale: #4C4C4C. Windows color (decimal): -4455760 or 11535036. OLE color: 11535036.
HSL color Cylindrical-coordinate representation of color #BC02B0: hue angle of 303.87º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02B0 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.26 |
| HSL | 303.87º | 0.98% | 0.37% | - |
| HSV(B) | 303.87º | 0.99% | 0.74% | - |
| XYZ | 28.6 | 13.87 | 42.24 | - |
| YUV | 77.45 | 183.62 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 176 | 0 | 0.99 | 0.06 | 0.26 | 303.87 | 0.98 | 0.37 |
| Hex | BC | 2 | B0 | 0 | 63 | 6 | 1A | 130 | 62 | 25 |
| Octal | 274 | 2 | 260 | 0 | 143 | 6 | 32 | 460 | 142 | 45 |
| Binary | 10111100 | 10 | 10110000 | 0 | 1100011 | 110 | 11010 | 100110000 | 1100010 | 100101 |
Color Harmonies of #BC02B0
Complementary color
Monochromatic Colors of #BC02B0
Black with #BC02B0
Text Example
Text Example
White with #BC02B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02B0; }
p { color: rgb(188,2,176); }
H1.HeaderClassName
{
color: #BC02B0;
}
.AnyTagClassName
{
color: #BC02B0;
}
</style>
background-color css
<style>
a { background-color: #BC02B0; }
a { background-color: rgb(188,2,176); }
div.DivClassName
{
background-color: #BC02B0;
}
.BgClassName
{
background-color: #BC02B0;
}
</style>
border-color css
<style>
span { border-color: #BC02B0; }
span { border-color: rgb(188,2,176); }
td.TdClassName
{
border-color: #BC02B0;
}
.TagClassName
{
border-color: #BC02B0;
}
</style>