Shades of Deep Magenta #BF00AA
Tints of Deep Magenta #BF00AA
RGB
CMYK
RGB Variations
Color information
#BF00AA (or 0xBF00AA) is known color: Deep Magenta. HEX triplet: BF, 00 and AA. RGB value is (191,0,170). Sum of RGB (Red+Green+Blue) = 191+0+170=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00AA is #40FF55. Grayscale: #4C4C4C. Windows color (decimal): -4259670 or 11141311. OLE color: 11141311.
HSL color Cylindrical-coordinate representation of color #BF00AA: hue angle of 306.6º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00AA is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.11 | 0.25 |
| HSL | 306.6º | 1% | 0.37% | - |
| HSV(B) | 306.6º | 1% | 0.75% | - |
| XYZ | 28.74 | 13.98 | 39.21 | - |
| YUV | 76.49 | 180.78 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 170 | 0 | 1 | 0.11 | 0.25 | 306.6 | 1 | 0.37 |
| Hex | BF | 0 | AA | 0 | 64 | B | 19 | 133 | 64 | 25 |
| Octal | 277 | 0 | 252 | 0 | 144 | 13 | 31 | 463 | 144 | 45 |
| Binary | 10111111 | 0 | 10101010 | 0 | 1100100 | 1011 | 11001 | 100110011 | 1100100 | 100101 |
Color Harmonies of #BF00AA
Complementary color
Monochromatic Colors of #BF00AA
Black with #BF00AA
Text Example
Text Example
White with #BF00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00AA; }
p { color: rgb(191,0,170); }
H1.HeaderClassName
{
color: #BF00AA;
}
.AnyTagClassName
{
color: #BF00AA;
}
</style>
background-color css
<style>
a { background-color: #BF00AA; }
a { background-color: rgb(191,0,170); }
div.DivClassName
{
background-color: #BF00AA;
}
.BgClassName
{
background-color: #BF00AA;
}
</style>
border-color css
<style>
span { border-color: #BF00AA; }
span { border-color: rgb(191,0,170); }
td.TdClassName
{
border-color: #BF00AA;
}
.TagClassName
{
border-color: #BF00AA;
}
</style>