Shades of Deep Magenta #BC02CF
Tints of Deep Magenta #BC02CF
RGB
CMYK
RGB Variations
Color information
#BC02CF (or 0xBC02CF) is known color: Deep Magenta. HEX triplet: BC, 02 and CF. RGB value is (188,2,207). Sum of RGB (Red+Green+Blue) = 188+2+207=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC02CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02CF is #43FD30. Grayscale: #505050. Windows color (decimal): -4455729 or 13566652. OLE color: 13566652.
HSL color Cylindrical-coordinate representation of color #BC02CF: hue angle of 294.44º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02CF is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 2 | 207 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.19 |
| HSL | 294.44º | 0.98% | 0.41% | - |
| HSV(B) | 294.44º | 0.99% | 0.81% | - |
| XYZ | 32.02 | 15.24 | 60.29 | - |
| YUV | 80.98 | 199.12 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 207 | 0.09 | 0.99 | 0 | 0.19 | 294.44 | 0.98 | 0.41 |
| Hex | BC | 2 | CF | 9 | 63 | 0 | 13 | 126 | 62 | 29 |
| Octal | 274 | 2 | 317 | 11 | 143 | 0 | 23 | 446 | 142 | 51 |
| Binary | 10111100 | 10 | 11001111 | 1001 | 1100011 | 0 | 10011 | 100100110 | 1100010 | 101001 |
Color Harmonies of #BC02CF
Complementary color
Monochromatic Colors of #BC02CF
Black with #BC02CF
Text Example
Text Example
White with #BC02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02CF; }
p { color: rgb(188,2,207); }
H1.HeaderClassName
{
color: #BC02CF;
}
.AnyTagClassName
{
color: #BC02CF;
}
</style>
background-color css
<style>
a { background-color: #BC02CF; }
a { background-color: rgb(188,2,207); }
div.DivClassName
{
background-color: #BC02CF;
}
.BgClassName
{
background-color: #BC02CF;
}
</style>
border-color css
<style>
span { border-color: #BC02CF; }
span { border-color: rgb(188,2,207); }
td.TdClassName
{
border-color: #BC02CF;
}
.TagClassName
{
border-color: #BC02CF;
}
</style>