Shades of Deep Magenta #B00FA8
Tints of Deep Magenta #B00FA8
RGB
CMYK
RGB Variations
Color information
#B00FA8 (or 0xB00FA8) is known color: Deep Magenta. HEX triplet: B0, 0F and A8. RGB value is (176,15,168). Sum of RGB (Red+Green+Blue) = 176+15+168=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B00FA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00FA8 is #4FF057. Grayscale: #505050. Windows color (decimal): -5238872 or 11014064. OLE color: 11014064.
HSL color Cylindrical-coordinate representation of color #B00FA8: hue angle of 302.98º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00FA8 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 15 | 168 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.31 |
| HSL | 302.98º | 0.84% | 0.37% | - |
| HSV(B) | 302.98º | 0.91% | 0.69% | - |
| XYZ | 25.14 | 12.4 | 38.11 | - |
| YUV | 80.58 | 177.34 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 168 | 0 | 0.91 | 0.05 | 0.31 | 302.98 | 0.84 | 0.37 |
| Hex | B0 | F | A8 | 0 | 5B | 5 | 1F | 12F | 54 | 25 |
| Octal | 260 | 17 | 250 | 0 | 133 | 5 | 37 | 457 | 124 | 45 |
| Binary | 10110000 | 1111 | 10101000 | 0 | 1011011 | 101 | 11111 | 100101111 | 1010100 | 100101 |
Color Harmonies of #B00FA8
Complementary color
Monochromatic Colors of #B00FA8
Black with #B00FA8
Text Example
Text Example
White with #B00FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00FA8; }
p { color: rgb(176,15,168); }
H1.HeaderClassName
{
color: #B00FA8;
}
.AnyTagClassName
{
color: #B00FA8;
}
</style>
background-color css
<style>
a { background-color: #B00FA8; }
a { background-color: rgb(176,15,168); }
div.DivClassName
{
background-color: #B00FA8;
}
.BgClassName
{
background-color: #B00FA8;
}
</style>
border-color css
<style>
span { border-color: #B00FA8; }
span { border-color: rgb(176,15,168); }
td.TdClassName
{
border-color: #B00FA8;
}
.TagClassName
{
border-color: #B00FA8;
}
</style>