Shades of Deep Magenta #B51AC0
Tints of Deep Magenta #B51AC0
RGB
CMYK
RGB Variations
Color information
#B51AC0 (or 0xB51AC0) is known color: Deep Magenta. HEX triplet: B5, 1A and C0. RGB value is (181,26,192). Sum of RGB (Red+Green+Blue) = 181+26+192=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #B51AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51AC0 is #4AE53F. Grayscale: #5A5A5A. Windows color (decimal): -4908352 or 12589749. OLE color: 12589749.
HSL color Cylindrical-coordinate representation of color #B51AC0: hue angle of 296.02º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51AC0 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 26 | 192 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.25 |
| HSL | 296.02º | 0.76% | 0.43% | - |
| HSV(B) | 296.02º | 0.86% | 0.75% | - |
| XYZ | 28.94 | 14.37 | 51.12 | - |
| YUV | 91.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 192 | 0.06 | 0.86 | 0 | 0.25 | 296.02 | 0.76 | 0.43 |
| Hex | B5 | 1A | C0 | 6 | 56 | 0 | 19 | 128 | 4C | 2B |
| Octal | 265 | 32 | 300 | 6 | 126 | 0 | 31 | 450 | 114 | 53 |
| Binary | 10110101 | 11010 | 11000000 | 110 | 1010110 | 0 | 11001 | 100101000 | 1001100 | 101011 |
Color Harmonies of #B51AC0
Complementary color
Monochromatic Colors of #B51AC0
Black with #B51AC0
Text Example
Text Example
White with #B51AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51AC0; }
p { color: rgb(181,26,192); }
H1.HeaderClassName
{
color: #B51AC0;
}
.AnyTagClassName
{
color: #B51AC0;
}
</style>
background-color css
<style>
a { background-color: #B51AC0; }
a { background-color: rgb(181,26,192); }
div.DivClassName
{
background-color: #B51AC0;
}
.BgClassName
{
background-color: #B51AC0;
}
</style>
border-color css
<style>
span { border-color: #B51AC0; }
span { border-color: rgb(181,26,192); }
td.TdClassName
{
border-color: #B51AC0;
}
.TagClassName
{
border-color: #B51AC0;
}
</style>