Shades of Deep Magenta #BF15AF
Tints of Deep Magenta #BF15AF
RGB
CMYK
RGB Variations
Color information
#BF15AF (or 0xBF15AF) is known color: Deep Magenta. HEX triplet: BF, 15 and AF. RGB value is (191,21,175). Sum of RGB (Red+Green+Blue) = 191+21+175=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF15AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF15AF is #40EA50. Grayscale: #585858. Windows color (decimal): -4254289 or 11474367. OLE color: 11474367.
HSL color Cylindrical-coordinate representation of color #BF15AF: hue angle of 305.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF15AF is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 175 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.25 |
| HSL | 305.65º | 0.8% | 0.42% | - |
| HSV(B) | 305.65º | 0.89% | 0.75% | - |
| XYZ | 29.49 | 14.71 | 41.84 | - |
| YUV | 89.39 | 176.32 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 175 | 0 | 0.89 | 0.08 | 0.25 | 305.65 | 0.8 | 0.42 |
| Hex | BF | 15 | AF | 0 | 59 | 8 | 19 | 132 | 50 | 2A |
| Octal | 277 | 25 | 257 | 0 | 131 | 10 | 31 | 462 | 120 | 52 |
| Binary | 10111111 | 10101 | 10101111 | 0 | 1011001 | 1000 | 11001 | 100110010 | 1010000 | 101010 |
Color Harmonies of #BF15AF
Complementary color
Monochromatic Colors of #BF15AF
Black with #BF15AF
Text Example
Text Example
White with #BF15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF15AF; }
p { color: rgb(191,21,175); }
H1.HeaderClassName
{
color: #BF15AF;
}
.AnyTagClassName
{
color: #BF15AF;
}
</style>
background-color css
<style>
a { background-color: #BF15AF; }
a { background-color: rgb(191,21,175); }
div.DivClassName
{
background-color: #BF15AF;
}
.BgClassName
{
background-color: #BF15AF;
}
</style>
border-color css
<style>
span { border-color: #BF15AF; }
span { border-color: rgb(191,21,175); }
td.TdClassName
{
border-color: #BF15AF;
}
.TagClassName
{
border-color: #BF15AF;
}
</style>