Shades of Deep Magenta #B501DB
Tints of Deep Magenta #B501DB
RGB
CMYK
RGB Variations
Color information
#B501DB (or 0xB501DB) is known color: Deep Magenta. HEX triplet: B5, 01 and DB. RGB value is (181,1,219). Sum of RGB (Red+Green+Blue) = 181+1+219=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #B501DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501DB is #4AFE24. Grayscale: #4E4E4E. Windows color (decimal): -4914725 or 14352821. OLE color: 14352821.
HSL color Cylindrical-coordinate representation of color #B501DB: hue angle of 289.54º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501DB is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 1 | 219 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.14 |
| HSL | 289.54º | 0.99% | 0.43% | - |
| HSV(B) | 289.54º | 1% | 0.86% | - |
| XYZ | 31.85 | 14.96 | 68.23 | - |
| YUV | 79.67 | 206.63 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 219 | 0.17 | 1.00 | 0 | 0.14 | 289.54 | 0.99 | 0.43 |
| Hex | B5 | 1 | DB | 11 | 64 | 0 | E | 122 | 63 | 2B |
| Octal | 265 | 1 | 333 | 21 | 144 | 0 | 16 | 442 | 143 | 53 |
| Binary | 10110101 | 1 | 11011011 | 10001 | 1100100 | 0 | 1110 | 100100010 | 1100011 | 101011 |
Color Harmonies of #B501DB
Complementary color
Monochromatic Colors of #B501DB
Black with #B501DB
Text Example
Text Example
White with #B501DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501DB; }
p { color: rgb(181,1,219); }
H1.HeaderClassName
{
color: #B501DB;
}
.AnyTagClassName
{
color: #B501DB;
}
</style>
background-color css
<style>
a { background-color: #B501DB; }
a { background-color: rgb(181,1,219); }
div.DivClassName
{
background-color: #B501DB;
}
.BgClassName
{
background-color: #B501DB;
}
</style>
border-color css
<style>
span { border-color: #B501DB; }
span { border-color: rgb(181,1,219); }
td.TdClassName
{
border-color: #B501DB;
}
.TagClassName
{
border-color: #B501DB;
}
</style>