Shades of Deep Magenta #BF10D8
Tints of Deep Magenta #BF10D8
RGB
CMYK
RGB Variations
Color information
#BF10D8 (or 0xBF10D8) is known color: Deep Magenta. HEX triplet: BF, 10 and D8. RGB value is (191,16,216). Sum of RGB (Red+Green+Blue) = 191+16+216=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF10D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF10D8 is #40EF27. Grayscale: #5A5A5A. Windows color (decimal): -4255528 or 14160063. OLE color: 14160063.
HSL color Cylindrical-coordinate representation of color #BF10D8: hue angle of 292.5º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF10D8 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 16 | 216 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.15 |
| HSL | 292.5º | 0.86% | 0.45% | - |
| HSV(B) | 292.5º | 0.93% | 0.85% | - |
| XYZ | 34.07 | 16.4 | 66.34 | - |
| YUV | 91.13 | 198.48 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 216 | 0.12 | 0.93 | 0 | 0.15 | 292.5 | 0.86 | 0.45 |
| Hex | BF | 10 | D8 | C | 5D | 0 | F | 124 | 56 | 2D |
| Octal | 277 | 20 | 330 | 14 | 135 | 0 | 17 | 444 | 126 | 55 |
| Binary | 10111111 | 10000 | 11011000 | 1100 | 1011101 | 0 | 1111 | 100100100 | 1010110 | 101101 |
Color Harmonies of #BF10D8
Complementary color
Monochromatic Colors of #BF10D8
Black with #BF10D8
Text Example
Text Example
White with #BF10D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF10D8; }
p { color: rgb(191,16,216); }
H1.HeaderClassName
{
color: #BF10D8;
}
.AnyTagClassName
{
color: #BF10D8;
}
</style>
background-color css
<style>
a { background-color: #BF10D8; }
a { background-color: rgb(191,16,216); }
div.DivClassName
{
background-color: #BF10D8;
}
.BgClassName
{
background-color: #BF10D8;
}
</style>
border-color css
<style>
span { border-color: #BF10D8; }
span { border-color: rgb(191,16,216); }
td.TdClassName
{
border-color: #BF10D8;
}
.TagClassName
{
border-color: #BF10D8;
}
</style>