Shades of Deep Magenta #B819C9
Tints of Deep Magenta #B819C9
RGB
CMYK
RGB Variations
Color information
#B819C9 (or 0xB819C9) is known color: Deep Magenta. HEX triplet: B8, 19 and C9. RGB value is (184,25,201). Sum of RGB (Red+Green+Blue) = 184+25+201=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #B819C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819C9 is #47E636. Grayscale: #5C5C5C. Windows color (decimal): -4711991 or 13179320. OLE color: 13179320.
HSL color Cylindrical-coordinate representation of color #B819C9: hue angle of 294.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B819C9 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 25 | 201 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.21 |
| HSL | 294.2º | 0.78% | 0.44% | - |
| HSV(B) | 294.2º | 0.88% | 0.79% | - |
| XYZ | 30.66 | 15.1 | 56.56 | - |
| YUV | 92.61 | 189.18 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 201 | 0.08 | 0.88 | 0 | 0.21 | 294.2 | 0.78 | 0.44 |
| Hex | B8 | 19 | C9 | 8 | 58 | 0 | 15 | 126 | 4E | 2C |
| Octal | 270 | 31 | 311 | 10 | 130 | 0 | 25 | 446 | 116 | 54 |
| Binary | 10111000 | 11001 | 11001001 | 1000 | 1011000 | 0 | 10101 | 100100110 | 1001110 | 101100 |
Color Harmonies of #B819C9
Complementary color
Monochromatic Colors of #B819C9
Black with #B819C9
Text Example
Text Example
White with #B819C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819C9; }
p { color: rgb(184,25,201); }
H1.HeaderClassName
{
color: #B819C9;
}
.AnyTagClassName
{
color: #B819C9;
}
</style>
background-color css
<style>
a { background-color: #B819C9; }
a { background-color: rgb(184,25,201); }
div.DivClassName
{
background-color: #B819C9;
}
.BgClassName
{
background-color: #B819C9;
}
</style>
border-color css
<style>
span { border-color: #B819C9; }
span { border-color: rgb(184,25,201); }
td.TdClassName
{
border-color: #B819C9;
}
.TagClassName
{
border-color: #B819C9;
}
</style>