Shades of Deep Magenta #BF13AF
Tints of Deep Magenta #BF13AF
RGB
CMYK
RGB Variations
Color information
#BF13AF (or 0xBF13AF) is known color: Deep Magenta. HEX triplet: BF, 13 and AF. RGB value is (191,19,175). Sum of RGB (Red+Green+Blue) = 191+19+175=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF13AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF13AF is #40EC50. Grayscale: #575757. Windows color (decimal): -4254801 or 11473855. OLE color: 11473855.
HSL color Cylindrical-coordinate representation of color #BF13AF: hue angle of 305.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF13AF is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 175 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.25 |
| HSL | 305.58º | 0.82% | 0.41% | - |
| HSV(B) | 305.58º | 0.9% | 0.75% | - |
| XYZ | 29.46 | 14.64 | 41.83 | - |
| YUV | 88.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 175 | 0 | 0.90 | 0.08 | 0.25 | 305.58 | 0.82 | 0.41 |
| Hex | BF | 13 | AF | 0 | 5A | 8 | 19 | 132 | 52 | 29 |
| Octal | 277 | 23 | 257 | 0 | 132 | 10 | 31 | 462 | 122 | 51 |
| Binary | 10111111 | 10011 | 10101111 | 0 | 1011010 | 1000 | 11001 | 100110010 | 1010010 | 101001 |
Color Harmonies of #BF13AF
Complementary color
Monochromatic Colors of #BF13AF
Black with #BF13AF
Text Example
Text Example
White with #BF13AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF13AF; }
p { color: rgb(191,19,175); }
H1.HeaderClassName
{
color: #BF13AF;
}
.AnyTagClassName
{
color: #BF13AF;
}
</style>
background-color css
<style>
a { background-color: #BF13AF; }
a { background-color: rgb(191,19,175); }
div.DivClassName
{
background-color: #BF13AF;
}
.BgClassName
{
background-color: #BF13AF;
}
</style>
border-color css
<style>
span { border-color: #BF13AF; }
span { border-color: rgb(191,19,175); }
td.TdClassName
{
border-color: #BF13AF;
}
.TagClassName
{
border-color: #BF13AF;
}
</style>