Shades of Deep Magenta #B204AD
Tints of Deep Magenta #B204AD
RGB
CMYK
RGB Variations
Color information
#B204AD (or 0xB204AD) is known color: Deep Magenta. HEX triplet: B2, 04 and AD. RGB value is (178,4,173). Sum of RGB (Red+Green+Blue) = 178+4+173=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B204AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B204AD is #4DFB52. Grayscale: #4A4A4A. Windows color (decimal): -5110611 or 11338930. OLE color: 11338930.
HSL color Cylindrical-coordinate representation of color #B204AD: hue angle of 301.72º 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 #B204AD is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.30 |
| HSL | 301.72º | 0.96% | 0.36% | - |
| HSV(B) | 301.72º | 0.98% | 0.7% | - |
| XYZ | 25.95 | 12.57 | 40.59 | - |
| YUV | 75.29 | 183.15 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 173 | 0 | 0.98 | 0.03 | 0.30 | 301.72 | 0.96 | 0.36 |
| Hex | B2 | 4 | AD | 0 | 62 | 3 | 1E | 12E | 60 | 24 |
| Octal | 262 | 4 | 255 | 0 | 142 | 3 | 36 | 456 | 140 | 44 |
| Binary | 10110010 | 100 | 10101101 | 0 | 1100010 | 11 | 11110 | 100101110 | 1100000 | 100100 |
Color Harmonies of #B204AD
Complementary color
Monochromatic Colors of #B204AD
Black with #B204AD
Text Example
Text Example
White with #B204AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B204AD; }
p { color: rgb(178,4,173); }
H1.HeaderClassName
{
color: #B204AD;
}
.AnyTagClassName
{
color: #B204AD;
}
</style>
background-color css
<style>
a { background-color: #B204AD; }
a { background-color: rgb(178,4,173); }
div.DivClassName
{
background-color: #B204AD;
}
.BgClassName
{
background-color: #B204AD;
}
</style>
border-color css
<style>
span { border-color: #B204AD; }
span { border-color: rgb(178,4,173); }
td.TdClassName
{
border-color: #B204AD;
}
.TagClassName
{
border-color: #B204AD;
}
</style>