Shades of Deep Magenta #B000A8
Tints of Deep Magenta #B000A8
RGB
CMYK
RGB Variations
Color information
#B000A8 (or 0xB000A8) is known color: Deep Magenta. HEX triplet: B0, 00 and A8. RGB value is (176,0,168). Sum of RGB (Red+Green+Blue) = 176+0+168=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B000A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B000A8 is #4FFF57. Grayscale: #474747. Windows color (decimal): -5242712 or 11010224. OLE color: 11010224.
HSL color Cylindrical-coordinate representation of color #B000A8: hue angle of 302.73º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B000A8 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.05 | 0.31 |
| HSL | 302.73º | 1% | 0.35% | - |
| HSV(B) | 302.73º | 1% | 0.69% | - |
| XYZ | 24.97 | 12.06 | 38.06 | - |
| YUV | 71.78 | 182.31 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 168 | 0 | 1 | 0.05 | 0.31 | 302.73 | 1 | 0.35 |
| Hex | B0 | 0 | A8 | 0 | 64 | 5 | 1F | 12F | 64 | 23 |
| Octal | 260 | 0 | 250 | 0 | 144 | 5 | 37 | 457 | 144 | 43 |
| Binary | 10110000 | 0 | 10101000 | 0 | 1100100 | 101 | 11111 | 100101111 | 1100100 | 100011 |
Color Harmonies of #B000A8
Complementary color
Monochromatic Colors of #B000A8
Black with #B000A8
Text Example
Text Example
White with #B000A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000A8; }
p { color: rgb(176,0,168); }
H1.HeaderClassName
{
color: #B000A8;
}
.AnyTagClassName
{
color: #B000A8;
}
</style>
background-color css
<style>
a { background-color: #B000A8; }
a { background-color: rgb(176,0,168); }
div.DivClassName
{
background-color: #B000A8;
}
.BgClassName
{
background-color: #B000A8;
}
</style>
border-color css
<style>
span { border-color: #B000A8; }
span { border-color: rgb(176,0,168); }
td.TdClassName
{
border-color: #B000A8;
}
.TagClassName
{
border-color: #B000A8;
}
</style>