Shades of Deep Magenta #BF10AF
Tints of Deep Magenta #BF10AF
RGB
CMYK
RGB Variations
Color information
#BF10AF (or 0xBF10AF) is known color: Deep Magenta. HEX triplet: BF, 10 and AF. RGB value is (191,16,175). Sum of RGB (Red+Green+Blue) = 191+16+175=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF10AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF10AF is #40EF50. Grayscale: #555555. Windows color (decimal): -4255569 or 11473087. OLE color: 11473087.
HSL color Cylindrical-coordinate representation of color #BF10AF: hue angle of 305.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF10AF is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 175 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.25 |
| HSL | 305.49º | 0.85% | 0.41% | - |
| HSV(B) | 305.49º | 0.92% | 0.75% | - |
| XYZ | 29.41 | 14.54 | 41.81 | - |
| YUV | 86.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 175 | 0 | 0.92 | 0.08 | 0.25 | 305.49 | 0.85 | 0.41 |
| Hex | BF | 10 | AF | 0 | 5C | 8 | 19 | 131 | 55 | 29 |
| Octal | 277 | 20 | 257 | 0 | 134 | 10 | 31 | 461 | 125 | 51 |
| Binary | 10111111 | 10000 | 10101111 | 0 | 1011100 | 1000 | 11001 | 100110001 | 1010101 | 101001 |
Color Harmonies of #BF10AF
Complementary color
Monochromatic Colors of #BF10AF
Black with #BF10AF
Text Example
Text Example
White with #BF10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF10AF; }
p { color: rgb(191,16,175); }
H1.HeaderClassName
{
color: #BF10AF;
}
.AnyTagClassName
{
color: #BF10AF;
}
</style>
background-color css
<style>
a { background-color: #BF10AF; }
a { background-color: rgb(191,16,175); }
div.DivClassName
{
background-color: #BF10AF;
}
.BgClassName
{
background-color: #BF10AF;
}
</style>
border-color css
<style>
span { border-color: #BF10AF; }
span { border-color: rgb(191,16,175); }
td.TdClassName
{
border-color: #BF10AF;
}
.TagClassName
{
border-color: #BF10AF;
}
</style>