Shades of Deep Magenta #B816D8
Tints of Deep Magenta #B816D8
RGB
CMYK
RGB Variations
Color information
#B816D8 (or 0xB816D8) is known color: Deep Magenta. HEX triplet: B8, 16 and D8. RGB value is (184,22,216). Sum of RGB (Red+Green+Blue) = 184+22+216=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #B816D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B816D8 is #47E927. Grayscale: #5B5B5B. Windows color (decimal): -4712744 or 14161592. OLE color: 14161592.
HSL color Cylindrical-coordinate representation of color #B816D8: hue angle of 290.1º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B816D8 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 22 | 216 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.15 |
| HSL | 290.1º | 0.82% | 0.47% | - |
| HSV(B) | 290.1º | 0.9% | 0.85% | - |
| XYZ | 32.45 | 15.72 | 66.29 | - |
| YUV | 92.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 216 | 0.15 | 0.90 | 0 | 0.15 | 290.1 | 0.82 | 0.47 |
| Hex | B8 | 16 | D8 | F | 5A | 0 | F | 122 | 52 | 2F |
| Octal | 270 | 26 | 330 | 17 | 132 | 0 | 17 | 442 | 122 | 57 |
| Binary | 10111000 | 10110 | 11011000 | 1111 | 1011010 | 0 | 1111 | 100100010 | 1010010 | 101111 |
Color Harmonies of #B816D8
Complementary color
Monochromatic Colors of #B816D8
Black with #B816D8
Text Example
Text Example
White with #B816D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B816D8; }
p { color: rgb(184,22,216); }
H1.HeaderClassName
{
color: #B816D8;
}
.AnyTagClassName
{
color: #B816D8;
}
</style>
background-color css
<style>
a { background-color: #B816D8; }
a { background-color: rgb(184,22,216); }
div.DivClassName
{
background-color: #B816D8;
}
.BgClassName
{
background-color: #B816D8;
}
</style>
border-color css
<style>
span { border-color: #B816D8; }
span { border-color: rgb(184,22,216); }
td.TdClassName
{
border-color: #B816D8;
}
.TagClassName
{
border-color: #B816D8;
}
</style>