Shades of Deep Magenta #B204CE
Tints of Deep Magenta #B204CE
RGB
CMYK
RGB Variations
Color information
#B204CE (or 0xB204CE) is known color: Deep Magenta. HEX triplet: B2, 04 and CE. RGB value is (178,4,206). Sum of RGB (Red+Green+Blue) = 178+4+206=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #B204CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204CE is #4DFB31. Grayscale: #4E4E4E. Windows color (decimal): -5110578 or 13501618. OLE color: 13501618.
HSL color Cylindrical-coordinate representation of color #B204CE: hue angle of 291.68º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204CE is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 4 | 206 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.19 |
| HSL | 291.68º | 0.96% | 0.41% | - |
| HSV(B) | 291.68º | 0.98% | 0.81% | - |
| XYZ | 29.54 | 14.01 | 59.54 | - |
| YUV | 79.05 | 199.65 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 206 | 0.14 | 0.98 | 0 | 0.19 | 291.68 | 0.96 | 0.41 |
| Hex | B2 | 4 | CE | E | 62 | 0 | 13 | 124 | 60 | 29 |
| Octal | 262 | 4 | 316 | 16 | 142 | 0 | 23 | 444 | 140 | 51 |
| Binary | 10110010 | 100 | 11001110 | 1110 | 1100010 | 0 | 10011 | 100100100 | 1100000 | 101001 |
Color Harmonies of #B204CE
Complementary color
Monochromatic Colors of #B204CE
Black with #B204CE
Text Example
Text Example
White with #B204CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B204CE; }
p { color: rgb(178,4,206); }
H1.HeaderClassName
{
color: #B204CE;
}
.AnyTagClassName
{
color: #B204CE;
}
</style>
background-color css
<style>
a { background-color: #B204CE; }
a { background-color: rgb(178,4,206); }
div.DivClassName
{
background-color: #B204CE;
}
.BgClassName
{
background-color: #B204CE;
}
</style>
border-color css
<style>
span { border-color: #B204CE; }
span { border-color: rgb(178,4,206); }
td.TdClassName
{
border-color: #B204CE;
}
.TagClassName
{
border-color: #B204CE;
}
</style>