Shades of Deep Magenta #BC02BF
Tints of Deep Magenta #BC02BF
RGB
CMYK
RGB Variations
Color information
#BC02BF (or 0xBC02BF) is known color: Deep Magenta. HEX triplet: BC, 02 and BF. RGB value is (188,2,191). Sum of RGB (Red+Green+Blue) = 188+2+191=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC02BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02BF is #43FD40. Grayscale: #4E4E4E. Windows color (decimal): -4455745 or 12518076. OLE color: 12518076.
HSL color Cylindrical-coordinate representation of color #BC02BF: hue angle of 299.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02BF is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 2 | 191 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.25 |
| HSL | 299.05º | 0.98% | 0.38% | - |
| HSV(B) | 299.05º | 0.99% | 0.75% | - |
| XYZ | 30.16 | 14.5 | 50.5 | - |
| YUV | 79.16 | 191.12 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 191 | 0.02 | 0.99 | 0 | 0.25 | 299.05 | 0.98 | 0.38 |
| Hex | BC | 2 | BF | 2 | 63 | 0 | 19 | 12B | 62 | 26 |
| Octal | 274 | 2 | 277 | 2 | 143 | 0 | 31 | 453 | 142 | 46 |
| Binary | 10111100 | 10 | 10111111 | 10 | 1100011 | 0 | 11001 | 100101011 | 1100010 | 100110 |
Color Harmonies of #BC02BF
Complementary color
Monochromatic Colors of #BC02BF
Black with #BC02BF
Text Example
Text Example
White with #BC02BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02BF; }
p { color: rgb(188,2,191); }
H1.HeaderClassName
{
color: #BC02BF;
}
.AnyTagClassName
{
color: #BC02BF;
}
</style>
background-color css
<style>
a { background-color: #BC02BF; }
a { background-color: rgb(188,2,191); }
div.DivClassName
{
background-color: #BC02BF;
}
.BgClassName
{
background-color: #BC02BF;
}
</style>
border-color css
<style>
span { border-color: #BC02BF; }
span { border-color: rgb(188,2,191); }
td.TdClassName
{
border-color: #BC02BF;
}
.TagClassName
{
border-color: #BC02BF;
}
</style>