Shades of Deep Magenta #BF0FAA
Tints of Deep Magenta #BF0FAA
RGB
CMYK
RGB Variations
Color information
#BF0FAA (or 0xBF0FAA) is known color: Deep Magenta. HEX triplet: BF, 0F and AA. RGB value is (191,15,170). Sum of RGB (Red+Green+Blue) = 191+15+170=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0FAA is #40F055. Grayscale: #545454. Windows color (decimal): -4255830 or 11145151. OLE color: 11145151.
HSL color Cylindrical-coordinate representation of color #BF0FAA: hue angle of 307.16º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0FAA is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 170 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.25 |
| HSL | 307.16º | 0.85% | 0.4% | - |
| HSV(B) | 307.16º | 0.92% | 0.75% | - |
| XYZ | 28.91 | 14.32 | 39.27 | - |
| YUV | 85.29 | 175.81 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 170 | 0 | 0.92 | 0.11 | 0.25 | 307.16 | 0.85 | 0.4 |
| Hex | BF | F | AA | 0 | 5C | B | 19 | 133 | 55 | 28 |
| Octal | 277 | 17 | 252 | 0 | 134 | 13 | 31 | 463 | 125 | 50 |
| Binary | 10111111 | 1111 | 10101010 | 0 | 1011100 | 1011 | 11001 | 100110011 | 1010101 | 101000 |
Color Harmonies of #BF0FAA
Complementary color
Monochromatic Colors of #BF0FAA
Black with #BF0FAA
Text Example
Text Example
White with #BF0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FAA; }
p { color: rgb(191,15,170); }
H1.HeaderClassName
{
color: #BF0FAA;
}
.AnyTagClassName
{
color: #BF0FAA;
}
</style>
background-color css
<style>
a { background-color: #BF0FAA; }
a { background-color: rgb(191,15,170); }
div.DivClassName
{
background-color: #BF0FAA;
}
.BgClassName
{
background-color: #BF0FAA;
}
</style>
border-color css
<style>
span { border-color: #BF0FAA; }
span { border-color: rgb(191,15,170); }
td.TdClassName
{
border-color: #BF0FAA;
}
.TagClassName
{
border-color: #BF0FAA;
}
</style>