Shades of Deep Magenta #BC02C7
Tints of Deep Magenta #BC02C7
RGB
CMYK
RGB Variations
Color information
#BC02C7 (or 0xBC02C7) is known color: Deep Magenta. HEX triplet: BC, 02 and C7. RGB value is (188,2,199). Sum of RGB (Red+Green+Blue) = 188+2+199=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 199 (78.12% from 255 or 51.16% from 389); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC02C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02C7 is #43FD38. Grayscale: #4F4F4F. Windows color (decimal): -4455737 or 13042364. OLE color: 13042364.
HSL color Cylindrical-coordinate representation of color #BC02C7: hue angle of 296.65º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02C7 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 2 | 199 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.22 |
| HSL | 296.65º | 0.98% | 0.39% | - |
| HSV(B) | 296.65º | 0.99% | 0.78% | - |
| XYZ | 31.07 | 14.86 | 55.26 | - |
| YUV | 80.07 | 195.12 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 199 | 0.06 | 0.99 | 0 | 0.22 | 296.65 | 0.98 | 0.39 |
| Hex | BC | 2 | C7 | 6 | 63 | 0 | 16 | 129 | 62 | 27 |
| Octal | 274 | 2 | 307 | 6 | 143 | 0 | 26 | 451 | 142 | 47 |
| Binary | 10111100 | 10 | 11000111 | 110 | 1100011 | 0 | 10110 | 100101001 | 1100010 | 100111 |
Color Harmonies of #BC02C7
Complementary color
Monochromatic Colors of #BC02C7
Black with #BC02C7
Text Example
Text Example
White with #BC02C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02C7; }
p { color: rgb(188,2,199); }
H1.HeaderClassName
{
color: #BC02C7;
}
.AnyTagClassName
{
color: #BC02C7;
}
</style>
background-color css
<style>
a { background-color: #BC02C7; }
a { background-color: rgb(188,2,199); }
div.DivClassName
{
background-color: #BC02C7;
}
.BgClassName
{
background-color: #BC02C7;
}
</style>
border-color css
<style>
span { border-color: #BC02C7; }
span { border-color: rgb(188,2,199); }
td.TdClassName
{
border-color: #BC02C7;
}
.TagClassName
{
border-color: #BC02C7;
}
</style>