Shades of Deep Magenta #B510DB
Tints of Deep Magenta #B510DB
RGB
CMYK
RGB Variations
Color information
#B510DB (or 0xB510DB) is known color: Deep Magenta. HEX triplet: B5, 10 and DB. RGB value is (181,16,219). Sum of RGB (Red+Green+Blue) = 181+16+219=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #B510DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510DB is #4AEF24. Grayscale: #575757. Windows color (decimal): -4910885 or 14356661. OLE color: 14356661.
HSL color Cylindrical-coordinate representation of color #B510DB: hue angle of 288.77º 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 #B510DB is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 16 | 219 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.14 |
| HSL | 288.77º | 0.86% | 0.46% | - |
| HSV(B) | 288.77º | 0.93% | 0.86% | - |
| XYZ | 32.03 | 15.31 | 68.28 | - |
| YUV | 88.48 | 201.66 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 219 | 0.17 | 0.93 | 0 | 0.14 | 288.77 | 0.86 | 0.46 |
| Hex | B5 | 10 | DB | 11 | 5D | 0 | E | 121 | 56 | 2E |
| Octal | 265 | 20 | 333 | 21 | 135 | 0 | 16 | 441 | 126 | 56 |
| Binary | 10110101 | 10000 | 11011011 | 10001 | 1011101 | 0 | 1110 | 100100001 | 1010110 | 101110 |
Color Harmonies of #B510DB
Complementary color
Monochromatic Colors of #B510DB
Black with #B510DB
Text Example
Text Example
White with #B510DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B510DB; }
p { color: rgb(181,16,219); }
H1.HeaderClassName
{
color: #B510DB;
}
.AnyTagClassName
{
color: #B510DB;
}
</style>
background-color css
<style>
a { background-color: #B510DB; }
a { background-color: rgb(181,16,219); }
div.DivClassName
{
background-color: #B510DB;
}
.BgClassName
{
background-color: #B510DB;
}
</style>
border-color css
<style>
span { border-color: #B510DB; }
span { border-color: rgb(181,16,219); }
td.TdClassName
{
border-color: #B510DB;
}
.TagClassName
{
border-color: #B510DB;
}
</style>