Shades of Deep Magenta #BF0BA8
Tints of Deep Magenta #BF0BA8
RGB
CMYK
RGB Variations
Color information
#BF0BA8 (or 0xBF0BA8) is known color: Deep Magenta. HEX triplet: BF, 0B and A8. RGB value is (191,11,168). Sum of RGB (Red+Green+Blue) = 191+11+168=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0BA8 is #40F457. Grayscale: #525252. Windows color (decimal): -4256856 or 11013055. OLE color: 11013055.
HSL color Cylindrical-coordinate representation of color #BF0BA8: hue angle of 307.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.25 |
| HSL | 307.67º | 0.89% | 0.4% | - |
| HSV(B) | 307.67º | 0.94% | 0.75% | - |
| XYZ | 28.67 | 14.14 | 38.26 | - |
| YUV | 82.72 | 176.13 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 168 | 0 | 0.94 | 0.12 | 0.25 | 307.67 | 0.89 | 0.4 |
| Hex | BF | B | A8 | 0 | 5E | C | 19 | 134 | 59 | 28 |
| Octal | 277 | 13 | 250 | 0 | 136 | 14 | 31 | 464 | 131 | 50 |
| Binary | 10111111 | 1011 | 10101000 | 0 | 1011110 | 1100 | 11001 | 100110100 | 1011001 | 101000 |
Color Harmonies of #BF0BA8
Complementary color
Monochromatic Colors of #BF0BA8
Black with #BF0BA8
Text Example
Text Example
White with #BF0BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BA8; }
p { color: rgb(191,11,168); }
H1.HeaderClassName
{
color: #BF0BA8;
}
.AnyTagClassName
{
color: #BF0BA8;
}
</style>
background-color css
<style>
a { background-color: #BF0BA8; }
a { background-color: rgb(191,11,168); }
div.DivClassName
{
background-color: #BF0BA8;
}
.BgClassName
{
background-color: #BF0BA8;
}
</style>
border-color css
<style>
span { border-color: #BF0BA8; }
span { border-color: rgb(191,11,168); }
td.TdClassName
{
border-color: #BF0BA8;
}
.TagClassName
{
border-color: #BF0BA8;
}
</style>