Shades of Deep Magenta #BF10DF
Tints of Deep Magenta #BF10DF
RGB
CMYK
RGB Variations
Color information
#BF10DF (or 0xBF10DF) is known color: Deep Magenta. HEX triplet: BF, 10 and DF. RGB value is (191,16,223). Sum of RGB (Red+Green+Blue) = 191+16+223=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF10DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF10DF is #40EF20. Grayscale: #5B5B5B. Windows color (decimal): -4255521 or 14618815. OLE color: 14618815.
HSL color Cylindrical-coordinate representation of color #BF10DF: hue angle of 290.72º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF10DF is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 16 | 223 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.13 |
| HSL | 290.72º | 0.87% | 0.47% | - |
| HSV(B) | 290.72º | 0.93% | 0.87% | - |
| XYZ | 34.99 | 16.77 | 71.21 | - |
| YUV | 91.92 | 201.98 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 223 | 0.14 | 0.93 | 0 | 0.13 | 290.72 | 0.87 | 0.47 |
| Hex | BF | 10 | DF | E | 5D | 0 | D | 123 | 57 | 2F |
| Octal | 277 | 20 | 337 | 16 | 135 | 0 | 15 | 443 | 127 | 57 |
| Binary | 10111111 | 10000 | 11011111 | 1110 | 1011101 | 0 | 1101 | 100100011 | 1010111 | 101111 |
Color Harmonies of #BF10DF
Complementary color
Monochromatic Colors of #BF10DF
Black with #BF10DF
Text Example
Text Example
White with #BF10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF10DF; }
p { color: rgb(191,16,223); }
H1.HeaderClassName
{
color: #BF10DF;
}
.AnyTagClassName
{
color: #BF10DF;
}
</style>
background-color css
<style>
a { background-color: #BF10DF; }
a { background-color: rgb(191,16,223); }
div.DivClassName
{
background-color: #BF10DF;
}
.BgClassName
{
background-color: #BF10DF;
}
</style>
border-color css
<style>
span { border-color: #BF10DF; }
span { border-color: rgb(191,16,223); }
td.TdClassName
{
border-color: #BF10DF;
}
.TagClassName
{
border-color: #BF10DF;
}
</style>