Shades of Deep Magenta #BF0AAD
Tints of Deep Magenta #BF0AAD
RGB
CMYK
RGB Variations
Color information
#BF0AAD (or 0xBF0AAD) is known color: Deep Magenta. HEX triplet: BF, 0A and AD. RGB value is (191,10,173). Sum of RGB (Red+Green+Blue) = 191+10+173=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0AAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0AAD is #40F552. Grayscale: #525252. Windows color (decimal): -4257107 or 11340479. OLE color: 11340479.
HSL color Cylindrical-coordinate representation of color #BF0AAD: hue angle of 305.97º 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 #BF0AAD is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 10 | 173 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.25 |
| HSL | 305.97º | 0.9% | 0.39% | - |
| HSV(B) | 305.97º | 0.95% | 0.75% | - |
| XYZ | 29.14 | 14.31 | 40.76 | - |
| YUV | 82.7 | 178.97 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 173 | 0 | 0.95 | 0.09 | 0.25 | 305.97 | 0.9 | 0.39 |
| Hex | BF | A | AD | 0 | 5F | 9 | 19 | 132 | 5A | 27 |
| Octal | 277 | 12 | 255 | 0 | 137 | 11 | 31 | 462 | 132 | 47 |
| Binary | 10111111 | 1010 | 10101101 | 0 | 1011111 | 1001 | 11001 | 100110010 | 1011010 | 100111 |
Color Harmonies of #BF0AAD
Complementary color
Monochromatic Colors of #BF0AAD
Black with #BF0AAD
Text Example
Text Example
White with #BF0AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0AAD; }
p { color: rgb(191,10,173); }
H1.HeaderClassName
{
color: #BF0AAD;
}
.AnyTagClassName
{
color: #BF0AAD;
}
</style>
background-color css
<style>
a { background-color: #BF0AAD; }
a { background-color: rgb(191,10,173); }
div.DivClassName
{
background-color: #BF0AAD;
}
.BgClassName
{
background-color: #BF0AAD;
}
</style>
border-color css
<style>
span { border-color: #BF0AAD; }
span { border-color: rgb(191,10,173); }
td.TdClassName
{
border-color: #BF0AAD;
}
.TagClassName
{
border-color: #BF0AAD;
}
</style>