Shades of Deep Magenta #BC02C3
Tints of Deep Magenta #BC02C3
RGB
CMYK
RGB Variations
Color information
#BC02C3 (or 0xBC02C3) is known color: Deep Magenta. HEX triplet: BC, 02 and C3. RGB value is (188,2,195). Sum of RGB (Red+Green+Blue) = 188+2+195=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC02C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02C3 is #43FD3C. Grayscale: #4F4F4F. Windows color (decimal): -4455741 or 12780220. OLE color: 12780220.
HSL color Cylindrical-coordinate representation of color #BC02C3: hue angle of 297.82º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02C3 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 2 | 195 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.24 |
| HSL | 297.82º | 0.98% | 0.39% | - |
| HSV(B) | 297.82º | 0.99% | 0.76% | - |
| XYZ | 30.61 | 14.67 | 52.85 | - |
| YUV | 79.62 | 193.12 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 195 | 0.04 | 0.99 | 0 | 0.24 | 297.82 | 0.98 | 0.39 |
| Hex | BC | 2 | C3 | 4 | 63 | 0 | 18 | 12A | 62 | 27 |
| Octal | 274 | 2 | 303 | 4 | 143 | 0 | 30 | 452 | 142 | 47 |
| Binary | 10111100 | 10 | 11000011 | 100 | 1100011 | 0 | 11000 | 100101010 | 1100010 | 100111 |
Color Harmonies of #BC02C3
Complementary color
Monochromatic Colors of #BC02C3
Black with #BC02C3
Text Example
Text Example
White with #BC02C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02C3; }
p { color: rgb(188,2,195); }
H1.HeaderClassName
{
color: #BC02C3;
}
.AnyTagClassName
{
color: #BC02C3;
}
</style>
background-color css
<style>
a { background-color: #BC02C3; }
a { background-color: rgb(188,2,195); }
div.DivClassName
{
background-color: #BC02C3;
}
.BgClassName
{
background-color: #BC02C3;
}
</style>
border-color css
<style>
span { border-color: #BC02C3; }
span { border-color: rgb(188,2,195); }
td.TdClassName
{
border-color: #BC02C3;
}
.TagClassName
{
border-color: #BC02C3;
}
</style>