Shades of Deep Magenta #BF01AC
Tints of Deep Magenta #BF01AC
RGB
CMYK
RGB Variations
Color information
#BF01AC (or 0xBF01AC) is known color: Deep Magenta. HEX triplet: BF, 01 and AC. RGB value is (191,1,172). Sum of RGB (Red+Green+Blue) = 191+1+172=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF01AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF01AC is #40FE53. Grayscale: #4C4C4C. Windows color (decimal): -4259412 or 11272639. OLE color: 11272639.
HSL color Cylindrical-coordinate representation of color #BF01AC: hue angle of 306º 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 #BF01AC is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 172 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.25 |
| HSL | 306º | 0.99% | 0.38% | - |
| HSV(B) | 306º | 0.99% | 0.75% | - |
| XYZ | 28.94 | 14.08 | 40.22 | - |
| YUV | 77.3 | 181.45 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 172 | 0 | 0.99 | 0.10 | 0.25 | 306 | 0.99 | 0.38 |
| Hex | BF | 1 | AC | 0 | 63 | A | 19 | 132 | 63 | 26 |
| Octal | 277 | 1 | 254 | 0 | 143 | 12 | 31 | 462 | 143 | 46 |
| Binary | 10111111 | 1 | 10101100 | 0 | 1100011 | 1010 | 11001 | 100110010 | 1100011 | 100110 |
Color Harmonies of #BF01AC
Complementary color
Monochromatic Colors of #BF01AC
Black with #BF01AC
Text Example
Text Example
White with #BF01AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01AC; }
p { color: rgb(191,1,172); }
H1.HeaderClassName
{
color: #BF01AC;
}
.AnyTagClassName
{
color: #BF01AC;
}
</style>
background-color css
<style>
a { background-color: #BF01AC; }
a { background-color: rgb(191,1,172); }
div.DivClassName
{
background-color: #BF01AC;
}
.BgClassName
{
background-color: #BF01AC;
}
</style>
border-color css
<style>
span { border-color: #BF01AC; }
span { border-color: rgb(191,1,172); }
td.TdClassName
{
border-color: #BF01AC;
}
.TagClassName
{
border-color: #BF01AC;
}
</style>