Shades of Deep Magenta #B811D8
Tints of Deep Magenta #B811D8
RGB
CMYK
RGB Variations
Color information
#B811D8 (or 0xB811D8) is known color: Deep Magenta. HEX triplet: B8, 11 and D8. RGB value is (184,17,216). Sum of RGB (Red+Green+Blue) = 184+17+216=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #B811D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B811D8 is #47EE27. Grayscale: #585858. Windows color (decimal): -4714024 or 14160312. OLE color: 14160312.
HSL color Cylindrical-coordinate representation of color #B811D8: hue angle of 290.35º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B811D8 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 17 | 216 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.15 |
| HSL | 290.35º | 0.85% | 0.46% | - |
| HSV(B) | 290.35º | 0.92% | 0.85% | - |
| XYZ | 32.36 | 15.55 | 66.26 | - |
| YUV | 89.62 | 199.33 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 216 | 0.15 | 0.92 | 0 | 0.15 | 290.35 | 0.85 | 0.46 |
| Hex | B8 | 11 | D8 | F | 5C | 0 | F | 122 | 55 | 2E |
| Octal | 270 | 21 | 330 | 17 | 134 | 0 | 17 | 442 | 125 | 56 |
| Binary | 10111000 | 10001 | 11011000 | 1111 | 1011100 | 0 | 1111 | 100100010 | 1010101 | 101110 |
Color Harmonies of #B811D8
Complementary color
Monochromatic Colors of #B811D8
Black with #B811D8
Text Example
Text Example
White with #B811D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811D8; }
p { color: rgb(184,17,216); }
H1.HeaderClassName
{
color: #B811D8;
}
.AnyTagClassName
{
color: #B811D8;
}
</style>
background-color css
<style>
a { background-color: #B811D8; }
a { background-color: rgb(184,17,216); }
div.DivClassName
{
background-color: #B811D8;
}
.BgClassName
{
background-color: #B811D8;
}
</style>
border-color css
<style>
span { border-color: #B811D8; }
span { border-color: rgb(184,17,216); }
td.TdClassName
{
border-color: #B811D8;
}
.TagClassName
{
border-color: #B811D8;
}
</style>