Shades of Deep Magenta #BF10D1
Tints of Deep Magenta #BF10D1
RGB
CMYK
RGB Variations
Color information
#BF10D1 (or 0xBF10D1) is known color: Deep Magenta. HEX triplet: BF, 10 and D1. RGB value is (191,16,209). Sum of RGB (Red+Green+Blue) = 191+16+209=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 209 (82.03% from 255 or 50.24% from 416); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF10D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF10D1 is #40EF2E. Grayscale: #595959. Windows color (decimal): -4255535 or 13701311. OLE color: 13701311.
HSL color Cylindrical-coordinate representation of color #BF10D1: hue angle of 294.4º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF10D1 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 16 | 209 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.18 |
| HSL | 294.4º | 0.86% | 0.44% | - |
| HSV(B) | 294.4º | 0.92% | 0.82% | - |
| XYZ | 33.18 | 16.05 | 61.67 | - |
| YUV | 90.33 | 194.98 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 209 | 0.09 | 0.92 | 0 | 0.18 | 294.4 | 0.86 | 0.44 |
| Hex | BF | 10 | D1 | 9 | 5C | 0 | 12 | 126 | 56 | 2C |
| Octal | 277 | 20 | 321 | 11 | 134 | 0 | 22 | 446 | 126 | 54 |
| Binary | 10111111 | 10000 | 11010001 | 1001 | 1011100 | 0 | 10010 | 100100110 | 1010110 | 101100 |
Color Harmonies of #BF10D1
Complementary color
Monochromatic Colors of #BF10D1
Black with #BF10D1
Text Example
Text Example
White with #BF10D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF10D1; }
p { color: rgb(191,16,209); }
H1.HeaderClassName
{
color: #BF10D1;
}
.AnyTagClassName
{
color: #BF10D1;
}
</style>
background-color css
<style>
a { background-color: #BF10D1; }
a { background-color: rgb(191,16,209); }
div.DivClassName
{
background-color: #BF10D1;
}
.BgClassName
{
background-color: #BF10D1;
}
</style>
border-color css
<style>
span { border-color: #BF10D1; }
span { border-color: rgb(191,16,209); }
td.TdClassName
{
border-color: #BF10D1;
}
.TagClassName
{
border-color: #BF10D1;
}
</style>