Shades of Deep Magenta #BF14AA
Tints of Deep Magenta #BF14AA
RGB
CMYK
RGB Variations
Color information
#BF14AA (or 0xBF14AA) is known color: Deep Magenta. HEX triplet: BF, 14 and AA. RGB value is (191,20,170). Sum of RGB (Red+Green+Blue) = 191+20+170=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF14AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF14AA is #40EB55. Grayscale: #575757. Windows color (decimal): -4254550 or 11146431. OLE color: 11146431.
HSL color Cylindrical-coordinate representation of color #BF14AA: hue angle of 307.37º 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 #BF14AA is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 170 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.25 |
| HSL | 307.37º | 0.81% | 0.41% | - |
| HSV(B) | 307.37º | 0.9% | 0.75% | - |
| XYZ | 28.99 | 14.48 | 39.3 | - |
| YUV | 88.23 | 174.15 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 170 | 0 | 0.90 | 0.11 | 0.25 | 307.37 | 0.81 | 0.41 |
| Hex | BF | 14 | AA | 0 | 5A | B | 19 | 133 | 51 | 29 |
| Octal | 277 | 24 | 252 | 0 | 132 | 13 | 31 | 463 | 121 | 51 |
| Binary | 10111111 | 10100 | 10101010 | 0 | 1011010 | 1011 | 11001 | 100110011 | 1010001 | 101001 |
Color Harmonies of #BF14AA
Complementary color
Monochromatic Colors of #BF14AA
Black with #BF14AA
Text Example
Text Example
White with #BF14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF14AA; }
p { color: rgb(191,20,170); }
H1.HeaderClassName
{
color: #BF14AA;
}
.AnyTagClassName
{
color: #BF14AA;
}
</style>
background-color css
<style>
a { background-color: #BF14AA; }
a { background-color: rgb(191,20,170); }
div.DivClassName
{
background-color: #BF14AA;
}
.BgClassName
{
background-color: #BF14AA;
}
</style>
border-color css
<style>
span { border-color: #BF14AA; }
span { border-color: rgb(191,20,170); }
td.TdClassName
{
border-color: #BF14AA;
}
.TagClassName
{
border-color: #BF14AA;
}
</style>