Shades of Deep Magenta #B204A8
Tints of Deep Magenta #B204A8
RGB
CMYK
RGB Variations
Color information
#B204A8 (or 0xB204A8) is known color: Deep Magenta. HEX triplet: B2, 04 and A8. RGB value is (178,4,168). Sum of RGB (Red+Green+Blue) = 178+4+168=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B204A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B204A8 is #4DFB57. Grayscale: #4A4A4A. Windows color (decimal): -5110616 or 11011250. OLE color: 11011250.
HSL color Cylindrical-coordinate representation of color #B204A8: hue angle of 303.45º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204A8 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 168 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.30 |
| HSL | 303.45º | 0.96% | 0.36% | - |
| HSV(B) | 303.45º | 0.98% | 0.7% | - |
| XYZ | 25.47 | 12.38 | 38.09 | - |
| YUV | 74.72 | 180.65 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 168 | 0 | 0.98 | 0.06 | 0.30 | 303.45 | 0.96 | 0.36 |
| Hex | B2 | 4 | A8 | 0 | 62 | 6 | 1E | 12F | 60 | 24 |
| Octal | 262 | 4 | 250 | 0 | 142 | 6 | 36 | 457 | 140 | 44 |
| Binary | 10110010 | 100 | 10101000 | 0 | 1100010 | 110 | 11110 | 100101111 | 1100000 | 100100 |
Color Harmonies of #B204A8
Complementary color
Monochromatic Colors of #B204A8
Black with #B204A8
Text Example
Text Example
White with #B204A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B204A8; }
p { color: rgb(178,4,168); }
H1.HeaderClassName
{
color: #B204A8;
}
.AnyTagClassName
{
color: #B204A8;
}
</style>
background-color css
<style>
a { background-color: #B204A8; }
a { background-color: rgb(178,4,168); }
div.DivClassName
{
background-color: #B204A8;
}
.BgClassName
{
background-color: #B204A8;
}
</style>
border-color css
<style>
span { border-color: #B204A8; }
span { border-color: rgb(178,4,168); }
td.TdClassName
{
border-color: #B204A8;
}
.TagClassName
{
border-color: #B204A8;
}
</style>