Shades of Deep Magenta #B204C5
Tints of Deep Magenta #B204C5
RGB
CMYK
RGB Variations
Color information
#B204C5 (or 0xB204C5) is known color: Deep Magenta. HEX triplet: B2, 04 and C5. RGB value is (178,4,197). Sum of RGB (Red+Green+Blue) = 178+4+197=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 197 (77.34% from 255 or 51.98% from 379); Max value from RGB is 197 - color contains mainly: blue. Hex color #B204C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204C5 is #4DFB3A. Grayscale: #4D4D4D. Windows color (decimal): -5110587 or 12911794. OLE color: 12911794.
HSL color Cylindrical-coordinate representation of color #B204C5: hue angle of 294.09º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204C5 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 4 | 197 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.23 |
| HSL | 294.09º | 0.96% | 0.39% | - |
| HSV(B) | 294.09º | 0.98% | 0.77% | - |
| XYZ | 28.48 | 13.58 | 53.94 | - |
| YUV | 78.03 | 195.15 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 197 | 0.10 | 0.98 | 0 | 0.23 | 294.09 | 0.96 | 0.39 |
| Hex | B2 | 4 | C5 | A | 62 | 0 | 17 | 126 | 60 | 27 |
| Octal | 262 | 4 | 305 | 12 | 142 | 0 | 27 | 446 | 140 | 47 |
| Binary | 10110010 | 100 | 11000101 | 1010 | 1100010 | 0 | 10111 | 100100110 | 1100000 | 100111 |
Color Harmonies of #B204C5
Complementary color
Monochromatic Colors of #B204C5
Black with #B204C5
Text Example
Text Example
White with #B204C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B204C5; }
p { color: rgb(178,4,197); }
H1.HeaderClassName
{
color: #B204C5;
}
.AnyTagClassName
{
color: #B204C5;
}
</style>
background-color css
<style>
a { background-color: #B204C5; }
a { background-color: rgb(178,4,197); }
div.DivClassName
{
background-color: #B204C5;
}
.BgClassName
{
background-color: #B204C5;
}
</style>
border-color css
<style>
span { border-color: #B204C5; }
span { border-color: rgb(178,4,197); }
td.TdClassName
{
border-color: #B204C5;
}
.TagClassName
{
border-color: #B204C5;
}
</style>