Shades of Deep Magenta #B804BC
Tints of Deep Magenta #B804BC
RGB
CMYK
RGB Variations
Color information
#B804BC (or 0xB804BC) is known color: Deep Magenta. HEX triplet: B8, 04 and BC. RGB value is (184,4,188). Sum of RGB (Red+Green+Blue) = 184+4+188=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #B804BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B804BC is #47FB43. Grayscale: #4E4E4E. Windows color (decimal): -4717380 or 12321976. OLE color: 12321976.
HSL color Cylindrical-coordinate representation of color #B804BC: hue angle of 298.7º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804BC is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 4 | 188 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.26 |
| HSL | 298.7º | 0.96% | 0.38% | - |
| HSV(B) | 298.7º | 0.98% | 0.74% | - |
| XYZ | 28.89 | 13.91 | 48.74 | - |
| YUV | 78.8 | 189.63 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 188 | 0.02 | 0.98 | 0 | 0.26 | 298.7 | 0.96 | 0.38 |
| Hex | B8 | 4 | BC | 2 | 62 | 0 | 1A | 12B | 60 | 26 |
| Octal | 270 | 4 | 274 | 2 | 142 | 0 | 32 | 453 | 140 | 46 |
| Binary | 10111000 | 100 | 10111100 | 10 | 1100010 | 0 | 11010 | 100101011 | 1100000 | 100110 |
Color Harmonies of #B804BC
Complementary color
Monochromatic Colors of #B804BC
Black with #B804BC
Text Example
Text Example
White with #B804BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B804BC; }
p { color: rgb(184,4,188); }
H1.HeaderClassName
{
color: #B804BC;
}
.AnyTagClassName
{
color: #B804BC;
}
</style>
background-color css
<style>
a { background-color: #B804BC; }
a { background-color: rgb(184,4,188); }
div.DivClassName
{
background-color: #B804BC;
}
.BgClassName
{
background-color: #B804BC;
}
</style>
border-color css
<style>
span { border-color: #B804BC; }
span { border-color: rgb(184,4,188); }
td.TdClassName
{
border-color: #B804BC;
}
.TagClassName
{
border-color: #B804BC;
}
</style>