Shades of Deep Magenta #BF01A8
Tints of Deep Magenta #BF01A8
RGB
CMYK
RGB Variations
Color information
#BF01A8 (or 0xBF01A8) is known color: Deep Magenta. HEX triplet: BF, 01 and A8. RGB value is (191,1,168). Sum of RGB (Red+Green+Blue) = 191+1+168=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF01A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF01A8 is #40FE57. Grayscale: #4C4C4C. Windows color (decimal): -4259416 or 11010495. OLE color: 11010495.
HSL color Cylindrical-coordinate representation of color #BF01A8: hue angle of 307.26º 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 #BF01A8 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 168 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.25 |
| HSL | 307.26º | 0.99% | 0.38% | - |
| HSV(B) | 307.26º | 0.99% | 0.75% | - |
| XYZ | 28.56 | 13.93 | 38.23 | - |
| YUV | 76.85 | 179.45 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 168 | 0 | 0.99 | 0.12 | 0.25 | 307.26 | 0.99 | 0.38 |
| Hex | BF | 1 | A8 | 0 | 63 | C | 19 | 133 | 63 | 26 |
| Octal | 277 | 1 | 250 | 0 | 143 | 14 | 31 | 463 | 143 | 46 |
| Binary | 10111111 | 1 | 10101000 | 0 | 1100011 | 1100 | 11001 | 100110011 | 1100011 | 100110 |
Color Harmonies of #BF01A8
Complementary color
Monochromatic Colors of #BF01A8
Black with #BF01A8
Text Example
Text Example
White with #BF01A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01A8; }
p { color: rgb(191,1,168); }
H1.HeaderClassName
{
color: #BF01A8;
}
.AnyTagClassName
{
color: #BF01A8;
}
</style>
background-color css
<style>
a { background-color: #BF01A8; }
a { background-color: rgb(191,1,168); }
div.DivClassName
{
background-color: #BF01A8;
}
.BgClassName
{
background-color: #BF01A8;
}
</style>
border-color css
<style>
span { border-color: #BF01A8; }
span { border-color: rgb(191,1,168); }
td.TdClassName
{
border-color: #BF01A8;
}
.TagClassName
{
border-color: #BF01A8;
}
</style>