Shades of Deep Magenta #BF02C6
Tints of Deep Magenta #BF02C6
RGB
CMYK
RGB Variations
Color information
#BF02C6 (or 0xBF02C6) is known color: Deep Magenta. HEX triplet: BF, 02 and C6. RGB value is (191,2,198). Sum of RGB (Red+Green+Blue) = 191+2+198=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF02C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF02C6 is #40FD39. Grayscale: #505050. Windows color (decimal): -4259130 or 12976831. OLE color: 12976831.
HSL color Cylindrical-coordinate representation of color #BF02C6: hue angle of 297.86º 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 #BF02C6 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 2 | 198 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.22 |
| HSL | 297.86º | 0.98% | 0.39% | - |
| HSV(B) | 297.86º | 0.99% | 0.78% | - |
| XYZ | 31.7 | 15.2 | 54.69 | - |
| YUV | 80.86 | 194.12 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 198 | 0.04 | 0.99 | 0 | 0.22 | 297.86 | 0.98 | 0.39 |
| Hex | BF | 2 | C6 | 4 | 63 | 0 | 16 | 12A | 62 | 27 |
| Octal | 277 | 2 | 306 | 4 | 143 | 0 | 26 | 452 | 142 | 47 |
| Binary | 10111111 | 10 | 11000110 | 100 | 1100011 | 0 | 10110 | 100101010 | 1100010 | 100111 |
Color Harmonies of #BF02C6
Complementary color
Monochromatic Colors of #BF02C6
Black with #BF02C6
Text Example
Text Example
White with #BF02C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF02C6; }
p { color: rgb(191,2,198); }
H1.HeaderClassName
{
color: #BF02C6;
}
.AnyTagClassName
{
color: #BF02C6;
}
</style>
background-color css
<style>
a { background-color: #BF02C6; }
a { background-color: rgb(191,2,198); }
div.DivClassName
{
background-color: #BF02C6;
}
.BgClassName
{
background-color: #BF02C6;
}
</style>
border-color css
<style>
span { border-color: #BF02C6; }
span { border-color: rgb(191,2,198); }
td.TdClassName
{
border-color: #BF02C6;
}
.TagClassName
{
border-color: #BF02C6;
}
</style>