Shades of Deep Magenta #B51ADB
Tints of Deep Magenta #B51ADB
RGB
CMYK
RGB Variations
Color information
#B51ADB (or 0xB51ADB) is known color: Deep Magenta. HEX triplet: B5, 1A and DB. RGB value is (181,26,219). Sum of RGB (Red+Green+Blue) = 181+26+219=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #B51ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51ADB is #4AE524. Grayscale: #5D5D5D. Windows color (decimal): -4908325 or 14359221. OLE color: 14359221.
HSL color Cylindrical-coordinate representation of color #B51ADB: hue angle of 288.19º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51ADB is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 26 | 219 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.14 |
| HSL | 288.19º | 0.79% | 0.48% | - |
| HSV(B) | 288.19º | 0.88% | 0.86% | - |
| XYZ | 32.21 | 15.68 | 68.35 | - |
| YUV | 94.35 | 198.35 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 219 | 0.17 | 0.88 | 0 | 0.14 | 288.19 | 0.79 | 0.48 |
| Hex | B5 | 1A | DB | 11 | 58 | 0 | E | 120 | 4F | 30 |
| Octal | 265 | 32 | 333 | 21 | 130 | 0 | 16 | 440 | 117 | 60 |
| Binary | 10110101 | 11010 | 11011011 | 10001 | 1011000 | 0 | 1110 | 100100000 | 1001111 | 110000 |
Color Harmonies of #B51ADB
Complementary color
Monochromatic Colors of #B51ADB
Black with #B51ADB
Text Example
Text Example
White with #B51ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51ADB; }
p { color: rgb(181,26,219); }
H1.HeaderClassName
{
color: #B51ADB;
}
.AnyTagClassName
{
color: #B51ADB;
}
</style>
background-color css
<style>
a { background-color: #B51ADB; }
a { background-color: rgb(181,26,219); }
div.DivClassName
{
background-color: #B51ADB;
}
.BgClassName
{
background-color: #B51ADB;
}
</style>
border-color css
<style>
span { border-color: #B51ADB; }
span { border-color: rgb(181,26,219); }
td.TdClassName
{
border-color: #B51ADB;
}
.TagClassName
{
border-color: #B51ADB;
}
</style>