Shades of Deep Magenta #B819C8
Tints of Deep Magenta #B819C8
RGB
CMYK
RGB Variations
Color information
#B819C8 (or 0xB819C8) is known color: Deep Magenta. HEX triplet: B8, 19 and C8. RGB value is (184,25,200). Sum of RGB (Red+Green+Blue) = 184+25+200=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #B819C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819C8 is #47E637. Grayscale: #5B5B5B. Windows color (decimal): -4711992 or 13113784. OLE color: 13113784.
HSL color Cylindrical-coordinate representation of color #B819C8: hue angle of 294.51º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B819C8 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 25 | 200 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.22 |
| HSL | 294.51º | 0.78% | 0.44% | - |
| HSV(B) | 294.51º | 0.88% | 0.78% | - |
| XYZ | 30.54 | 15.06 | 55.94 | - |
| YUV | 92.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 200 | 0.08 | 0.88 | 0 | 0.22 | 294.51 | 0.78 | 0.44 |
| Hex | B8 | 19 | C8 | 8 | 58 | 0 | 16 | 127 | 4E | 2C |
| Octal | 270 | 31 | 310 | 10 | 130 | 0 | 26 | 447 | 116 | 54 |
| Binary | 10111000 | 11001 | 11001000 | 1000 | 1011000 | 0 | 10110 | 100100111 | 1001110 | 101100 |
Color Harmonies of #B819C8
Complementary color
Monochromatic Colors of #B819C8
Black with #B819C8
Text Example
Text Example
White with #B819C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819C8; }
p { color: rgb(184,25,200); }
H1.HeaderClassName
{
color: #B819C8;
}
.AnyTagClassName
{
color: #B819C8;
}
</style>
background-color css
<style>
a { background-color: #B819C8; }
a { background-color: rgb(184,25,200); }
div.DivClassName
{
background-color: #B819C8;
}
.BgClassName
{
background-color: #B819C8;
}
</style>
border-color css
<style>
span { border-color: #B819C8; }
span { border-color: rgb(184,25,200); }
td.TdClassName
{
border-color: #B819C8;
}
.TagClassName
{
border-color: #B819C8;
}
</style>