Shades of Deep Magenta #B810DB
Tints of Deep Magenta #B810DB
RGB
CMYK
RGB Variations
Color information
#B810DB (or 0xB810DB) is known color: Deep Magenta. HEX triplet: B8, 10 and DB. RGB value is (184,16,219). Sum of RGB (Red+Green+Blue) = 184+16+219=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #B810DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B810DB is #47EF24. Grayscale: #585858. Windows color (decimal): -4714277 or 14356664. OLE color: 14356664.
HSL color Cylindrical-coordinate representation of color #B810DB: hue angle of 289.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B810DB is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 16 | 219 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.14 |
| HSL | 289.66º | 0.86% | 0.46% | - |
| HSV(B) | 289.66º | 0.93% | 0.86% | - |
| XYZ | 32.74 | 15.68 | 68.32 | - |
| YUV | 89.37 | 201.16 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 219 | 0.16 | 0.93 | 0 | 0.14 | 289.66 | 0.86 | 0.46 |
| Hex | B8 | 10 | DB | 10 | 5D | 0 | E | 122 | 56 | 2E |
| Octal | 270 | 20 | 333 | 20 | 135 | 0 | 16 | 442 | 126 | 56 |
| Binary | 10111000 | 10000 | 11011011 | 10000 | 1011101 | 0 | 1110 | 100100010 | 1010110 | 101110 |
Color Harmonies of #B810DB
Complementary color
Monochromatic Colors of #B810DB
Black with #B810DB
Text Example
Text Example
White with #B810DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B810DB; }
p { color: rgb(184,16,219); }
H1.HeaderClassName
{
color: #B810DB;
}
.AnyTagClassName
{
color: #B810DB;
}
</style>
background-color css
<style>
a { background-color: #B810DB; }
a { background-color: rgb(184,16,219); }
div.DivClassName
{
background-color: #B810DB;
}
.BgClassName
{
background-color: #B810DB;
}
</style>
border-color css
<style>
span { border-color: #B810DB; }
span { border-color: rgb(184,16,219); }
td.TdClassName
{
border-color: #B810DB;
}
.TagClassName
{
border-color: #B810DB;
}
</style>