Shades of Deep Magenta #B816C9
Tints of Deep Magenta #B816C9
RGB
CMYK
RGB Variations
Color information
#B816C9 (or 0xB816C9) is known color: Deep Magenta. HEX triplet: B8, 16 and C9. RGB value is (184,22,201). Sum of RGB (Red+Green+Blue) = 184+22+201=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #B816C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B816C9 is #47E936. Grayscale: #5A5A5A. Windows color (decimal): -4712759 or 13178552. OLE color: 13178552.
HSL color Cylindrical-coordinate representation of color #B816C9: hue angle of 294.3º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B816C9 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 22 | 201 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.21 |
| HSL | 294.3º | 0.8% | 0.44% | - |
| HSV(B) | 294.3º | 0.89% | 0.79% | - |
| XYZ | 30.6 | 14.98 | 56.54 | - |
| YUV | 90.84 | 190.17 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 201 | 0.08 | 0.89 | 0 | 0.21 | 294.3 | 0.8 | 0.44 |
| Hex | B8 | 16 | C9 | 8 | 59 | 0 | 15 | 126 | 50 | 2C |
| Octal | 270 | 26 | 311 | 10 | 131 | 0 | 25 | 446 | 120 | 54 |
| Binary | 10111000 | 10110 | 11001001 | 1000 | 1011001 | 0 | 10101 | 100100110 | 1010000 | 101100 |
Color Harmonies of #B816C9
Complementary color
Monochromatic Colors of #B816C9
Black with #B816C9
Text Example
Text Example
White with #B816C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B816C9; }
p { color: rgb(184,22,201); }
H1.HeaderClassName
{
color: #B816C9;
}
.AnyTagClassName
{
color: #B816C9;
}
</style>
background-color css
<style>
a { background-color: #B816C9; }
a { background-color: rgb(184,22,201); }
div.DivClassName
{
background-color: #B816C9;
}
.BgClassName
{
background-color: #B816C9;
}
</style>
border-color css
<style>
span { border-color: #B816C9; }
span { border-color: rgb(184,22,201); }
td.TdClassName
{
border-color: #B816C9;
}
.TagClassName
{
border-color: #B816C9;
}
</style>