Shades of Deep Magenta #BF08CE
Tints of Deep Magenta #BF08CE
RGB
CMYK
RGB Variations
Color information
#BF08CE (or 0xBF08CE) is known color: Deep Magenta. HEX triplet: BF, 08 and CE. RGB value is (191,8,206). Sum of RGB (Red+Green+Blue) = 191+8+206=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF08CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF08CE is #40F731. Grayscale: #545454. Windows color (decimal): -4257586 or 13502655. OLE color: 13502655.
HSL color Cylindrical-coordinate representation of color #BF08CE: hue angle of 295.45º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF08CE is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 8 | 206 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.19 |
| HSL | 295.45º | 0.93% | 0.42% | - |
| HSV(B) | 295.45º | 0.96% | 0.81% | - |
| XYZ | 32.71 | 15.71 | 59.7 | - |
| YUV | 85.29 | 196.13 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 206 | 0.07 | 0.96 | 0 | 0.19 | 295.45 | 0.93 | 0.42 |
| Hex | BF | 8 | CE | 7 | 60 | 0 | 13 | 127 | 5D | 2A |
| Octal | 277 | 10 | 316 | 7 | 140 | 0 | 23 | 447 | 135 | 52 |
| Binary | 10111111 | 1000 | 11001110 | 111 | 1100000 | 0 | 10011 | 100100111 | 1011101 | 101010 |
Color Harmonies of #BF08CE
Complementary color
Monochromatic Colors of #BF08CE
Black with #BF08CE
Text Example
Text Example
White with #BF08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF08CE; }
p { color: rgb(191,8,206); }
H1.HeaderClassName
{
color: #BF08CE;
}
.AnyTagClassName
{
color: #BF08CE;
}
</style>
background-color css
<style>
a { background-color: #BF08CE; }
a { background-color: rgb(191,8,206); }
div.DivClassName
{
background-color: #BF08CE;
}
.BgClassName
{
background-color: #BF08CE;
}
</style>
border-color css
<style>
span { border-color: #BF08CE; }
span { border-color: rgb(191,8,206); }
td.TdClassName
{
border-color: #BF08CE;
}
.TagClassName
{
border-color: #BF08CE;
}
</style>