Shades of Deep Magenta #B816C2
Tints of Deep Magenta #B816C2
RGB
CMYK
RGB Variations
Color information
#B816C2 (or 0xB816C2) is known color: Deep Magenta. HEX triplet: B8, 16 and C2. RGB value is (184,22,194). Sum of RGB (Red+Green+Blue) = 184+22+194=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 194 - color contains mainly: blue. Hex color #B816C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B816C2 is #47E93D. Grayscale: #595959. Windows color (decimal): -4712766 or 12719800. OLE color: 12719800.
HSL color Cylindrical-coordinate representation of color #B816C2: hue angle of 296.51º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B816C2 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 22 | 194 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.24 |
| HSL | 296.51º | 0.8% | 0.42% | - |
| HSV(B) | 296.51º | 0.89% | 0.76% | - |
| XYZ | 29.79 | 14.66 | 52.3 | - |
| YUV | 90.05 | 186.67 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 194 | 0.05 | 0.89 | 0 | 0.24 | 296.51 | 0.8 | 0.42 |
| Hex | B8 | 16 | C2 | 5 | 59 | 0 | 18 | 129 | 50 | 2A |
| Octal | 270 | 26 | 302 | 5 | 131 | 0 | 30 | 451 | 120 | 52 |
| Binary | 10111000 | 10110 | 11000010 | 101 | 1011001 | 0 | 11000 | 100101001 | 1010000 | 101010 |
Color Harmonies of #B816C2
Complementary color
Monochromatic Colors of #B816C2
Black with #B816C2
Text Example
Text Example
White with #B816C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B816C2; }
p { color: rgb(184,22,194); }
H1.HeaderClassName
{
color: #B816C2;
}
.AnyTagClassName
{
color: #B816C2;
}
</style>
background-color css
<style>
a { background-color: #B816C2; }
a { background-color: rgb(184,22,194); }
div.DivClassName
{
background-color: #B816C2;
}
.BgClassName
{
background-color: #B816C2;
}
</style>
border-color css
<style>
span { border-color: #B816C2; }
span { border-color: rgb(184,22,194); }
td.TdClassName
{
border-color: #B816C2;
}
.TagClassName
{
border-color: #B816C2;
}
</style>