Shades of Deep Magenta #B51DB7
Tints of Deep Magenta #B51DB7
RGB
CMYK
RGB Variations
Color information
#B51DB7 (or 0xB51DB7) is known color: Deep Magenta. HEX triplet: B5, 1D and B7. RGB value is (181,29,183). Sum of RGB (Red+Green+Blue) = 181+29+183=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 183 - color contains mainly: blue. Hex color #B51DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DB7 is #4AE248. Grayscale: #5B5B5B. Windows color (decimal): -4907593 or 12000693. OLE color: 12000693.
HSL color Cylindrical-coordinate representation of color #B51DB7: hue angle of 299.22º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51DB7 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 29 | 183 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.28 |
| HSL | 299.22º | 0.73% | 0.42% | - |
| HSV(B) | 299.22º | 0.84% | 0.72% | - |
| XYZ | 28.04 | 14.12 | 46.05 | - |
| YUV | 92 | 179.36 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 183 | 0.01 | 0.84 | 0 | 0.28 | 299.22 | 0.73 | 0.42 |
| Hex | B5 | 1D | B7 | 1 | 54 | 0 | 1C | 12B | 49 | 2A |
| Octal | 265 | 35 | 267 | 1 | 124 | 0 | 34 | 453 | 111 | 52 |
| Binary | 10110101 | 11101 | 10110111 | 1 | 1010100 | 0 | 11100 | 100101011 | 1001001 | 101010 |
Color Harmonies of #B51DB7
Complementary color
Monochromatic Colors of #B51DB7
Black with #B51DB7
Text Example
Text Example
White with #B51DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51DB7; }
p { color: rgb(181,29,183); }
H1.HeaderClassName
{
color: #B51DB7;
}
.AnyTagClassName
{
color: #B51DB7;
}
</style>
background-color css
<style>
a { background-color: #B51DB7; }
a { background-color: rgb(181,29,183); }
div.DivClassName
{
background-color: #B51DB7;
}
.BgClassName
{
background-color: #B51DB7;
}
</style>
border-color css
<style>
span { border-color: #B51DB7; }
span { border-color: rgb(181,29,183); }
td.TdClassName
{
border-color: #B51DB7;
}
.TagClassName
{
border-color: #B51DB7;
}
</style>