Shades of Deep Magenta #BF01AD
Tints of Deep Magenta #BF01AD
RGB
CMYK
RGB Variations
Color information
#BF01AD (or 0xBF01AD) is known color: Deep Magenta. HEX triplet: BF, 01 and AD. RGB value is (191,1,173). Sum of RGB (Red+Green+Blue) = 191+1+173=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF01AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF01AD is #40FE52. Grayscale: #4C4C4C. Windows color (decimal): -4259411 or 11338175. OLE color: 11338175.
HSL color Cylindrical-coordinate representation of color #BF01AD: hue angle of 305.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF01AD is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 173 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.25 |
| HSL | 305.68º | 0.99% | 0.38% | - |
| HSV(B) | 305.68º | 0.99% | 0.75% | - |
| XYZ | 29.04 | 14.12 | 40.73 | - |
| YUV | 77.42 | 181.95 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 173 | 0 | 0.99 | 0.09 | 0.25 | 305.68 | 0.99 | 0.38 |
| Hex | BF | 1 | AD | 0 | 63 | 9 | 19 | 132 | 63 | 26 |
| Octal | 277 | 1 | 255 | 0 | 143 | 11 | 31 | 462 | 143 | 46 |
| Binary | 10111111 | 1 | 10101101 | 0 | 1100011 | 1001 | 11001 | 100110010 | 1100011 | 100110 |
Color Harmonies of #BF01AD
Complementary color
Monochromatic Colors of #BF01AD
Black with #BF01AD
Text Example
Text Example
White with #BF01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01AD; }
p { color: rgb(191,1,173); }
H1.HeaderClassName
{
color: #BF01AD;
}
.AnyTagClassName
{
color: #BF01AD;
}
</style>
background-color css
<style>
a { background-color: #BF01AD; }
a { background-color: rgb(191,1,173); }
div.DivClassName
{
background-color: #BF01AD;
}
.BgClassName
{
background-color: #BF01AD;
}
</style>
border-color css
<style>
span { border-color: #BF01AD; }
span { border-color: rgb(191,1,173); }
td.TdClassName
{
border-color: #BF01AD;
}
.TagClassName
{
border-color: #BF01AD;
}
</style>