Shades of Deep Magenta #B204B0
Tints of Deep Magenta #B204B0
RGB
CMYK
RGB Variations
Color information
#B204B0 (or 0xB204B0) is known color: Deep Magenta. HEX triplet: B2, 04 and B0. RGB value is (178,4,176). Sum of RGB (Red+Green+Blue) = 178+4+176=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B204B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B204B0 is #4DFB4F. Grayscale: #4B4B4B. Windows color (decimal): -5110608 or 11535538. OLE color: 11535538.
HSL color Cylindrical-coordinate representation of color #B204B0: hue angle of 300.69º 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 #B204B0 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 176 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.30 |
| HSL | 300.69º | 0.96% | 0.36% | - |
| HSV(B) | 300.69º | 0.98% | 0.7% | - |
| XYZ | 26.24 | 12.69 | 42.14 | - |
| YUV | 75.63 | 184.65 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 176 | 0 | 0.98 | 0.01 | 0.30 | 300.69 | 0.96 | 0.36 |
| Hex | B2 | 4 | B0 | 0 | 62 | 1 | 1E | 12D | 60 | 24 |
| Octal | 262 | 4 | 260 | 0 | 142 | 1 | 36 | 455 | 140 | 44 |
| Binary | 10110010 | 100 | 10110000 | 0 | 1100010 | 1 | 11110 | 100101101 | 1100000 | 100100 |
Color Harmonies of #B204B0
Complementary color
Monochromatic Colors of #B204B0
Black with #B204B0
Text Example
Text Example
White with #B204B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B204B0; }
p { color: rgb(178,4,176); }
H1.HeaderClassName
{
color: #B204B0;
}
.AnyTagClassName
{
color: #B204B0;
}
</style>
background-color css
<style>
a { background-color: #B204B0; }
a { background-color: rgb(178,4,176); }
div.DivClassName
{
background-color: #B204B0;
}
.BgClassName
{
background-color: #B204B0;
}
</style>
border-color css
<style>
span { border-color: #B204B0; }
span { border-color: rgb(178,4,176); }
td.TdClassName
{
border-color: #B204B0;
}
.TagClassName
{
border-color: #B204B0;
}
</style>