Shades of Deep Magenta #B804C4
Tints of Deep Magenta #B804C4
RGB
CMYK
RGB Variations
Color information
#B804C4 (or 0xB804C4) is known color: Deep Magenta. HEX triplet: B8, 04 and C4. RGB value is (184,4,196). Sum of RGB (Red+Green+Blue) = 184+4+196=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #B804C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B804C4 is #47FB3B. Grayscale: #4F4F4F. Windows color (decimal): -4717372 or 12846264. OLE color: 12846264.
HSL color Cylindrical-coordinate representation of color #B804C4: hue angle of 296.25º 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 #B804C4 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 4 | 196 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.23 |
| HSL | 296.25º | 0.96% | 0.39% | - |
| HSV(B) | 296.25º | 0.98% | 0.77% | - |
| XYZ | 29.77 | 14.26 | 53.41 | - |
| YUV | 79.71 | 193.63 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 196 | 0.06 | 0.98 | 0 | 0.23 | 296.25 | 0.96 | 0.39 |
| Hex | B8 | 4 | C4 | 6 | 62 | 0 | 17 | 128 | 60 | 27 |
| Octal | 270 | 4 | 304 | 6 | 142 | 0 | 27 | 450 | 140 | 47 |
| Binary | 10111000 | 100 | 11000100 | 110 | 1100010 | 0 | 10111 | 100101000 | 1100000 | 100111 |
Color Harmonies of #B804C4
Complementary color
Monochromatic Colors of #B804C4
Black with #B804C4
Text Example
Text Example
White with #B804C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B804C4; }
p { color: rgb(184,4,196); }
H1.HeaderClassName
{
color: #B804C4;
}
.AnyTagClassName
{
color: #B804C4;
}
</style>
background-color css
<style>
a { background-color: #B804C4; }
a { background-color: rgb(184,4,196); }
div.DivClassName
{
background-color: #B804C4;
}
.BgClassName
{
background-color: #B804C4;
}
</style>
border-color css
<style>
span { border-color: #B804C4; }
span { border-color: rgb(184,4,196); }
td.TdClassName
{
border-color: #B804C4;
}
.TagClassName
{
border-color: #B804C4;
}
</style>