Shades of Deep Magenta #B00FA7
Tints of Deep Magenta #B00FA7
RGB
CMYK
RGB Variations
Color information
#B00FA7 (or 0xB00FA7) is known color: Deep Magenta. HEX triplet: B0, 0F and A7. RGB value is (176,15,167). Sum of RGB (Red+Green+Blue) = 176+15+167=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B00FA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00FA7 is #4FF058. Grayscale: #505050. Windows color (decimal): -5238873 or 10948528. OLE color: 10948528.
HSL color Cylindrical-coordinate representation of color #B00FA7: hue angle of 303.35º 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 #B00FA7 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 15 | 167 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.31 |
| HSL | 303.35º | 0.84% | 0.37% | - |
| HSV(B) | 303.35º | 0.91% | 0.69% | - |
| XYZ | 25.05 | 12.36 | 37.62 | - |
| YUV | 80.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 167 | 0 | 0.91 | 0.05 | 0.31 | 303.35 | 0.84 | 0.37 |
| Hex | B0 | F | A7 | 0 | 5B | 5 | 1F | 12F | 54 | 25 |
| Octal | 260 | 17 | 247 | 0 | 133 | 5 | 37 | 457 | 124 | 45 |
| Binary | 10110000 | 1111 | 10100111 | 0 | 1011011 | 101 | 11111 | 100101111 | 1010100 | 100101 |
Color Harmonies of #B00FA7
Complementary color
Monochromatic Colors of #B00FA7
Black with #B00FA7
Text Example
Text Example
White with #B00FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00FA7; }
p { color: rgb(176,15,167); }
H1.HeaderClassName
{
color: #B00FA7;
}
.AnyTagClassName
{
color: #B00FA7;
}
</style>
background-color css
<style>
a { background-color: #B00FA7; }
a { background-color: rgb(176,15,167); }
div.DivClassName
{
background-color: #B00FA7;
}
.BgClassName
{
background-color: #B00FA7;
}
</style>
border-color css
<style>
span { border-color: #B00FA7; }
span { border-color: rgb(176,15,167); }
td.TdClassName
{
border-color: #B00FA7;
}
.TagClassName
{
border-color: #B00FA7;
}
</style>