Shades of Dark Magenta #B204A2
Tints of Dark Magenta #B204A2
RGB
CMYK
RGB Variations
Color information
#B204A2 (or 0xB204A2) is known color: Dark Magenta. HEX triplet: B2, 04 and A2. RGB value is (178,4,162). Sum of RGB (Red+Green+Blue) = 178+4+162=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B204A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B204A2 is #4DFB5D. Grayscale: #494949. Windows color (decimal): -5110622 or 10618034. OLE color: 10618034.
HSL color Cylindrical-coordinate representation of color #B204A2: hue angle of 305.52º 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 #B204A2 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 162 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.30 |
| HSL | 305.52º | 0.96% | 0.36% | - |
| HSV(B) | 305.52º | 0.98% | 0.7% | - |
| XYZ | 24.93 | 12.16 | 35.22 | - |
| YUV | 74.04 | 177.65 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 162 | 0 | 0.98 | 0.09 | 0.30 | 305.52 | 0.96 | 0.36 |
| Hex | B2 | 4 | A2 | 0 | 62 | 9 | 1E | 132 | 60 | 24 |
| Octal | 262 | 4 | 242 | 0 | 142 | 11 | 36 | 462 | 140 | 44 |
| Binary | 10110010 | 100 | 10100010 | 0 | 1100010 | 1001 | 11110 | 100110010 | 1100000 | 100100 |
Color Harmonies of #B204A2
Complementary color
Monochromatic Colors of #B204A2
Black with #B204A2
Text Example
Text Example
White with #B204A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B204A2; }
p { color: rgb(178,4,162); }
H1.HeaderClassName
{
color: #B204A2;
}
.AnyTagClassName
{
color: #B204A2;
}
</style>
background-color css
<style>
a { background-color: #B204A2; }
a { background-color: rgb(178,4,162); }
div.DivClassName
{
background-color: #B204A2;
}
.BgClassName
{
background-color: #B204A2;
}
</style>
border-color css
<style>
span { border-color: #B204A2; }
span { border-color: rgb(178,4,162); }
td.TdClassName
{
border-color: #B204A2;
}
.TagClassName
{
border-color: #B204A2;
}
</style>