Shades of Deep Magenta #BF0AD6
Tints of Deep Magenta #BF0AD6
RGB
CMYK
RGB Variations
Color information
#BF0AD6 (or 0xBF0AD6) is known color: Deep Magenta. HEX triplet: BF, 0A and D6. RGB value is (191,10,214). Sum of RGB (Red+Green+Blue) = 191+10+214=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF0AD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0AD6 is #40F529. Grayscale: #565656. Windows color (decimal): -4257066 or 14027455. OLE color: 14027455.
HSL color Cylindrical-coordinate representation of color #BF0AD6: hue angle of 293.24º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0AD6 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 10 | 214 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.16 |
| HSL | 293.24º | 0.91% | 0.44% | - |
| HSV(B) | 293.24º | 0.95% | 0.84% | - |
| XYZ | 33.73 | 16.15 | 64.96 | - |
| YUV | 87.38 | 199.47 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 214 | 0.11 | 0.95 | 0 | 0.16 | 293.24 | 0.91 | 0.44 |
| Hex | BF | A | D6 | B | 5F | 0 | 10 | 125 | 5B | 2C |
| Octal | 277 | 12 | 326 | 13 | 137 | 0 | 20 | 445 | 133 | 54 |
| Binary | 10111111 | 1010 | 11010110 | 1011 | 1011111 | 0 | 10000 | 100100101 | 1011011 | 101100 |
Color Harmonies of #BF0AD6
Complementary color
Monochromatic Colors of #BF0AD6
Black with #BF0AD6
Text Example
Text Example
White with #BF0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0AD6; }
p { color: rgb(191,10,214); }
H1.HeaderClassName
{
color: #BF0AD6;
}
.AnyTagClassName
{
color: #BF0AD6;
}
</style>
background-color css
<style>
a { background-color: #BF0AD6; }
a { background-color: rgb(191,10,214); }
div.DivClassName
{
background-color: #BF0AD6;
}
.BgClassName
{
background-color: #BF0AD6;
}
</style>
border-color css
<style>
span { border-color: #BF0AD6; }
span { border-color: rgb(191,10,214); }
td.TdClassName
{
border-color: #BF0AD6;
}
.TagClassName
{
border-color: #BF0AD6;
}
</style>