Shades of Deep Magenta #BF00AD
Tints of Deep Magenta #BF00AD
RGB
CMYK
RGB Variations
Color information
#BF00AD (or 0xBF00AD) is known color: Deep Magenta. HEX triplet: BF, 00 and AD. RGB value is (191,0,173). Sum of RGB (Red+Green+Blue) = 191+0+173=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00AD is #40FF52. Grayscale: #4C4C4C. Windows color (decimal): -4259667 or 11337919. OLE color: 11337919.
HSL color Cylindrical-coordinate representation of color #BF00AD: hue angle of 305.65º 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 #BF00AD is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.09 | 0.25 |
| HSL | 305.65º | 1% | 0.37% | - |
| HSV(B) | 305.65º | 1% | 0.75% | - |
| XYZ | 29.03 | 14.09 | 40.73 | - |
| YUV | 76.83 | 182.28 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 173 | 0 | 1 | 0.09 | 0.25 | 305.65 | 1 | 0.37 |
| Hex | BF | 0 | AD | 0 | 64 | 9 | 19 | 132 | 64 | 25 |
| Octal | 277 | 0 | 255 | 0 | 144 | 11 | 31 | 462 | 144 | 45 |
| Binary | 10111111 | 0 | 10101101 | 0 | 1100100 | 1001 | 11001 | 100110010 | 1100100 | 100101 |
Color Harmonies of #BF00AD
Complementary color
Monochromatic Colors of #BF00AD
Black with #BF00AD
Text Example
Text Example
White with #BF00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00AD; }
p { color: rgb(191,0,173); }
H1.HeaderClassName
{
color: #BF00AD;
}
.AnyTagClassName
{
color: #BF00AD;
}
</style>
background-color css
<style>
a { background-color: #BF00AD; }
a { background-color: rgb(191,0,173); }
div.DivClassName
{
background-color: #BF00AD;
}
.BgClassName
{
background-color: #BF00AD;
}
</style>
border-color css
<style>
span { border-color: #BF00AD; }
span { border-color: rgb(191,0,173); }
td.TdClassName
{
border-color: #BF00AD;
}
.TagClassName
{
border-color: #BF00AD;
}
</style>