Shades of Deep Magenta #BF0AAA
Tints of Deep Magenta #BF0AAA
RGB
CMYK
RGB Variations
Color information
#BF0AAA (or 0xBF0AAA) is known color: Deep Magenta. HEX triplet: BF, 0A and AA. RGB value is (191,10,170). Sum of RGB (Red+Green+Blue) = 191+10+170=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0AAA is #40F555. Grayscale: #515151. Windows color (decimal): -4257110 or 11143871. OLE color: 11143871.
HSL color Cylindrical-coordinate representation of color #BF0AAA: hue angle of 306.96º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0AAA is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.25 |
| HSL | 306.96º | 0.9% | 0.39% | - |
| HSV(B) | 306.96º | 0.95% | 0.75% | - |
| XYZ | 28.85 | 14.2 | 39.25 | - |
| YUV | 82.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 170 | 0 | 0.95 | 0.11 | 0.25 | 306.96 | 0.9 | 0.39 |
| Hex | BF | A | AA | 0 | 5F | B | 19 | 133 | 5A | 27 |
| Octal | 277 | 12 | 252 | 0 | 137 | 13 | 31 | 463 | 132 | 47 |
| Binary | 10111111 | 1010 | 10101010 | 0 | 1011111 | 1011 | 11001 | 100110011 | 1011010 | 100111 |
Color Harmonies of #BF0AAA
Complementary color
Monochromatic Colors of #BF0AAA
Black with #BF0AAA
Text Example
Text Example
White with #BF0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0AAA; }
p { color: rgb(191,10,170); }
H1.HeaderClassName
{
color: #BF0AAA;
}
.AnyTagClassName
{
color: #BF0AAA;
}
</style>
background-color css
<style>
a { background-color: #BF0AAA; }
a { background-color: rgb(191,10,170); }
div.DivClassName
{
background-color: #BF0AAA;
}
.BgClassName
{
background-color: #BF0AAA;
}
</style>
border-color css
<style>
span { border-color: #BF0AAA; }
span { border-color: rgb(191,10,170); }
td.TdClassName
{
border-color: #BF0AAA;
}
.TagClassName
{
border-color: #BF0AAA;
}
</style>