Shades of Deep Magenta #B812DB
Tints of Deep Magenta #B812DB
RGB
CMYK
RGB Variations
Color information
#B812DB (or 0xB812DB) is known color: Deep Magenta. HEX triplet: B8, 12 and DB. RGB value is (184,18,219). Sum of RGB (Red+Green+Blue) = 184+18+219=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #B812DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812DB is #47ED24. Grayscale: #595959. Windows color (decimal): -4713765 or 14357176. OLE color: 14357176.
HSL color Cylindrical-coordinate representation of color #B812DB: hue angle of 289.55º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B812DB is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 18 | 219 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.14 |
| HSL | 289.55º | 0.85% | 0.46% | - |
| HSV(B) | 289.55º | 0.92% | 0.86% | - |
| XYZ | 32.77 | 15.74 | 68.33 | - |
| YUV | 90.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 219 | 0.16 | 0.92 | 0 | 0.14 | 289.55 | 0.85 | 0.46 |
| Hex | B8 | 12 | DB | 10 | 5C | 0 | E | 122 | 55 | 2E |
| Octal | 270 | 22 | 333 | 20 | 134 | 0 | 16 | 442 | 125 | 56 |
| Binary | 10111000 | 10010 | 11011011 | 10000 | 1011100 | 0 | 1110 | 100100010 | 1010101 | 101110 |
Color Harmonies of #B812DB
Complementary color
Monochromatic Colors of #B812DB
Black with #B812DB
Text Example
Text Example
White with #B812DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B812DB; }
p { color: rgb(184,18,219); }
H1.HeaderClassName
{
color: #B812DB;
}
.AnyTagClassName
{
color: #B812DB;
}
</style>
background-color css
<style>
a { background-color: #B812DB; }
a { background-color: rgb(184,18,219); }
div.DivClassName
{
background-color: #B812DB;
}
.BgClassName
{
background-color: #B812DB;
}
</style>
border-color css
<style>
span { border-color: #B812DB; }
span { border-color: rgb(184,18,219); }
td.TdClassName
{
border-color: #B812DB;
}
.TagClassName
{
border-color: #B812DB;
}
</style>