Shades of Deep Magenta #B804CE
Tints of Deep Magenta #B804CE
RGB
CMYK
RGB Variations
Color information
#B804CE (or 0xB804CE) is known color: Deep Magenta. HEX triplet: B8, 04 and CE. RGB value is (184,4,206). Sum of RGB (Red+Green+Blue) = 184+4+206=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #B804CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B804CE is #47FB31. Grayscale: #505050. Windows color (decimal): -4717362 or 13501624. OLE color: 13501624.
HSL color Cylindrical-coordinate representation of color #B804CE: hue angle of 293.47º 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 #B804CE is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 4 | 206 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.19 |
| HSL | 293.47º | 0.96% | 0.41% | - |
| HSV(B) | 293.47º | 0.98% | 0.81% | - |
| XYZ | 30.95 | 14.73 | 59.61 | - |
| YUV | 80.85 | 198.63 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 206 | 0.11 | 0.98 | 0 | 0.19 | 293.47 | 0.96 | 0.41 |
| Hex | B8 | 4 | CE | B | 62 | 0 | 13 | 125 | 60 | 29 |
| Octal | 270 | 4 | 316 | 13 | 142 | 0 | 23 | 445 | 140 | 51 |
| Binary | 10111000 | 100 | 11001110 | 1011 | 1100010 | 0 | 10011 | 100100101 | 1100000 | 101001 |
Color Harmonies of #B804CE
Complementary color
Monochromatic Colors of #B804CE
Black with #B804CE
Text Example
Text Example
White with #B804CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B804CE; }
p { color: rgb(184,4,206); }
H1.HeaderClassName
{
color: #B804CE;
}
.AnyTagClassName
{
color: #B804CE;
}
</style>
background-color css
<style>
a { background-color: #B804CE; }
a { background-color: rgb(184,4,206); }
div.DivClassName
{
background-color: #B804CE;
}
.BgClassName
{
background-color: #B804CE;
}
</style>
border-color css
<style>
span { border-color: #B804CE; }
span { border-color: rgb(184,4,206); }
td.TdClassName
{
border-color: #B804CE;
}
.TagClassName
{
border-color: #B804CE;
}
</style>