Shades of Deep Magenta #BF07A8
Tints of Deep Magenta #BF07A8
RGB
CMYK
RGB Variations
Color information
#BF07A8 (or 0xBF07A8) is known color: Deep Magenta. HEX triplet: BF, 07 and A8. RGB value is (191,7,168). Sum of RGB (Red+Green+Blue) = 191+7+168=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF07A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF07A8 is #40F857. Grayscale: #4F4F4F. Windows color (decimal): -4257880 or 11012031. OLE color: 11012031.
HSL color Cylindrical-coordinate representation of color #BF07A8: hue angle of 307.5º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF07A8 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 168 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.25 |
| HSL | 307.5º | 0.93% | 0.39% | - |
| HSV(B) | 307.5º | 0.96% | 0.75% | - |
| XYZ | 28.63 | 14.06 | 38.25 | - |
| YUV | 80.37 | 177.46 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 168 | 0 | 0.96 | 0.12 | 0.25 | 307.5 | 0.93 | 0.39 |
| Hex | BF | 7 | A8 | 0 | 60 | C | 19 | 134 | 5D | 27 |
| Octal | 277 | 7 | 250 | 0 | 140 | 14 | 31 | 464 | 135 | 47 |
| Binary | 10111111 | 111 | 10101000 | 0 | 1100000 | 1100 | 11001 | 100110100 | 1011101 | 100111 |
Color Harmonies of #BF07A8
Complementary color
Monochromatic Colors of #BF07A8
Black with #BF07A8
Text Example
Text Example
White with #BF07A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF07A8; }
p { color: rgb(191,7,168); }
H1.HeaderClassName
{
color: #BF07A8;
}
.AnyTagClassName
{
color: #BF07A8;
}
</style>
background-color css
<style>
a { background-color: #BF07A8; }
a { background-color: rgb(191,7,168); }
div.DivClassName
{
background-color: #BF07A8;
}
.BgClassName
{
background-color: #BF07A8;
}
</style>
border-color css
<style>
span { border-color: #BF07A8; }
span { border-color: rgb(191,7,168); }
td.TdClassName
{
border-color: #BF07A8;
}
.TagClassName
{
border-color: #BF07A8;
}
</style>