Shades of Deep Magenta #B004A8
Tints of Deep Magenta #B004A8
RGB
CMYK
RGB Variations
Color information
#B004A8 (or 0xB004A8) is known color: Deep Magenta. HEX triplet: B0, 04 and A8. RGB value is (176,4,168). Sum of RGB (Red+Green+Blue) = 176+4+168=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B004A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B004A8 is #4FFB57. Grayscale: #494949. Windows color (decimal): -5241688 or 11011248. OLE color: 11011248.
HSL color Cylindrical-coordinate representation of color #B004A8: hue angle of 302.79º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B004A8 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 4 | 168 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.31 |
| HSL | 302.79º | 0.96% | 0.35% | - |
| HSV(B) | 302.79º | 0.98% | 0.69% | - |
| XYZ | 25.02 | 12.14 | 38.07 | - |
| YUV | 74.12 | 180.98 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 168 | 0 | 0.98 | 0.05 | 0.31 | 302.79 | 0.96 | 0.35 |
| Hex | B0 | 4 | A8 | 0 | 62 | 5 | 1F | 12F | 60 | 23 |
| Octal | 260 | 4 | 250 | 0 | 142 | 5 | 37 | 457 | 140 | 43 |
| Binary | 10110000 | 100 | 10101000 | 0 | 1100010 | 101 | 11111 | 100101111 | 1100000 | 100011 |
Color Harmonies of #B004A8
Complementary color
Monochromatic Colors of #B004A8
Black with #B004A8
Text Example
Text Example
White with #B004A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B004A8; }
p { color: rgb(176,4,168); }
H1.HeaderClassName
{
color: #B004A8;
}
.AnyTagClassName
{
color: #B004A8;
}
</style>
background-color css
<style>
a { background-color: #B004A8; }
a { background-color: rgb(176,4,168); }
div.DivClassName
{
background-color: #B004A8;
}
.BgClassName
{
background-color: #B004A8;
}
</style>
border-color css
<style>
span { border-color: #B004A8; }
span { border-color: rgb(176,4,168); }
td.TdClassName
{
border-color: #B004A8;
}
.TagClassName
{
border-color: #B004A8;
}
</style>