Shades of Deep Magenta #BF14AB
Tints of Deep Magenta #BF14AB
RGB
CMYK
RGB Variations
Color information
#BF14AB (or 0xBF14AB) is known color: Deep Magenta. HEX triplet: BF, 14 and AB. RGB value is (191,20,171). Sum of RGB (Red+Green+Blue) = 191+20+171=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF14AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF14AB is #40EB54. Grayscale: #575757. Windows color (decimal): -4254549 or 11211967. OLE color: 11211967.
HSL color Cylindrical-coordinate representation of color #BF14AB: hue angle of 307.02º degrees, saturation: 0.81, 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 #BF14AB is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 171 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.25 |
| HSL | 307.02º | 0.81% | 0.41% | - |
| HSV(B) | 307.02º | 0.9% | 0.75% | - |
| XYZ | 29.09 | 14.52 | 39.8 | - |
| YUV | 88.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 171 | 0 | 0.90 | 0.10 | 0.25 | 307.02 | 0.81 | 0.41 |
| Hex | BF | 14 | AB | 0 | 5A | A | 19 | 133 | 51 | 29 |
| Octal | 277 | 24 | 253 | 0 | 132 | 12 | 31 | 463 | 121 | 51 |
| Binary | 10111111 | 10100 | 10101011 | 0 | 1011010 | 1010 | 11001 | 100110011 | 1010001 | 101001 |
Color Harmonies of #BF14AB
Complementary color
Monochromatic Colors of #BF14AB
Black with #BF14AB
Text Example
Text Example
White with #BF14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF14AB; }
p { color: rgb(191,20,171); }
H1.HeaderClassName
{
color: #BF14AB;
}
.AnyTagClassName
{
color: #BF14AB;
}
</style>
background-color css
<style>
a { background-color: #BF14AB; }
a { background-color: rgb(191,20,171); }
div.DivClassName
{
background-color: #BF14AB;
}
.BgClassName
{
background-color: #BF14AB;
}
</style>
border-color css
<style>
span { border-color: #BF14AB; }
span { border-color: rgb(191,20,171); }
td.TdClassName
{
border-color: #BF14AB;
}
.TagClassName
{
border-color: #BF14AB;
}
</style>