Shades of Deep Magenta #BF10D2
Tints of Deep Magenta #BF10D2
RGB
CMYK
RGB Variations
Color information
#BF10D2 (or 0xBF10D2) is known color: Deep Magenta. HEX triplet: BF, 10 and D2. RGB value is (191,16,210). Sum of RGB (Red+Green+Blue) = 191+16+210=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF10D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF10D2 is #40EF2D. Grayscale: #595959. Windows color (decimal): -4255534 or 13766847. OLE color: 13766847.
HSL color Cylindrical-coordinate representation of color #BF10D2: hue angle of 294.12º 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 #BF10D2 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 16 | 210 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.18 |
| HSL | 294.12º | 0.86% | 0.44% | - |
| HSV(B) | 294.12º | 0.92% | 0.82% | - |
| XYZ | 33.3 | 16.1 | 62.33 | - |
| YUV | 90.44 | 195.48 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 210 | 0.09 | 0.92 | 0 | 0.18 | 294.12 | 0.86 | 0.44 |
| Hex | BF | 10 | D2 | 9 | 5C | 0 | 12 | 126 | 56 | 2C |
| Octal | 277 | 20 | 322 | 11 | 134 | 0 | 22 | 446 | 126 | 54 |
| Binary | 10111111 | 10000 | 11010010 | 1001 | 1011100 | 0 | 10010 | 100100110 | 1010110 | 101100 |
Color Harmonies of #BF10D2
Complementary color
Monochromatic Colors of #BF10D2
Black with #BF10D2
Text Example
Text Example
White with #BF10D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF10D2; }
p { color: rgb(191,16,210); }
H1.HeaderClassName
{
color: #BF10D2;
}
.AnyTagClassName
{
color: #BF10D2;
}
</style>
background-color css
<style>
a { background-color: #BF10D2; }
a { background-color: rgb(191,16,210); }
div.DivClassName
{
background-color: #BF10D2;
}
.BgClassName
{
background-color: #BF10D2;
}
</style>
border-color css
<style>
span { border-color: #BF10D2; }
span { border-color: rgb(191,16,210); }
td.TdClassName
{
border-color: #BF10D2;
}
.TagClassName
{
border-color: #BF10D2;
}
</style>