Shades of Deep Magenta #BF01AE
Tints of Deep Magenta #BF01AE
RGB
CMYK
RGB Variations
Color information
#BF01AE (or 0xBF01AE) is known color: Deep Magenta. HEX triplet: BF, 01 and AE. RGB value is (191,1,174). Sum of RGB (Red+Green+Blue) = 191+1+174=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF01AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF01AE is #40FE51. Grayscale: #4D4D4D. Windows color (decimal): -4259410 or 11403711. OLE color: 11403711.
HSL color Cylindrical-coordinate representation of color #BF01AE: hue angle of 305.37º 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 #BF01AE is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 174 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.25 |
| HSL | 305.37º | 0.99% | 0.38% | - |
| HSV(B) | 305.37º | 0.99% | 0.75% | - |
| XYZ | 29.14 | 14.15 | 41.24 | - |
| YUV | 77.53 | 182.45 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 174 | 0 | 0.99 | 0.09 | 0.25 | 305.37 | 0.99 | 0.38 |
| Hex | BF | 1 | AE | 0 | 63 | 9 | 19 | 131 | 63 | 26 |
| Octal | 277 | 1 | 256 | 0 | 143 | 11 | 31 | 461 | 143 | 46 |
| Binary | 10111111 | 1 | 10101110 | 0 | 1100011 | 1001 | 11001 | 100110001 | 1100011 | 100110 |
Color Harmonies of #BF01AE
Complementary color
Monochromatic Colors of #BF01AE
Black with #BF01AE
Text Example
Text Example
White with #BF01AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01AE; }
p { color: rgb(191,1,174); }
H1.HeaderClassName
{
color: #BF01AE;
}
.AnyTagClassName
{
color: #BF01AE;
}
</style>
background-color css
<style>
a { background-color: #BF01AE; }
a { background-color: rgb(191,1,174); }
div.DivClassName
{
background-color: #BF01AE;
}
.BgClassName
{
background-color: #BF01AE;
}
</style>
border-color css
<style>
span { border-color: #BF01AE; }
span { border-color: rgb(191,1,174); }
td.TdClassName
{
border-color: #BF01AE;
}
.TagClassName
{
border-color: #BF01AE;
}
</style>