Shades of Deep Magenta #B51AC7
Tints of Deep Magenta #B51AC7
RGB
CMYK
RGB Variations
Color information
#B51AC7 (or 0xB51AC7) is known color: Deep Magenta. HEX triplet: B5, 1A and C7. RGB value is (181,26,199). Sum of RGB (Red+Green+Blue) = 181+26+199=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 199 - color contains mainly: blue. Hex color #B51AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51AC7 is #4AE538. Grayscale: #5B5B5B. Windows color (decimal): -4908345 or 13048501. OLE color: 13048501.
HSL color Cylindrical-coordinate representation of color #B51AC7: hue angle of 293.76º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51AC7 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 26 | 199 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.22 |
| HSL | 293.76º | 0.77% | 0.44% | - |
| HSV(B) | 293.76º | 0.87% | 0.78% | - |
| XYZ | 29.73 | 14.69 | 55.3 | - |
| YUV | 92.07 | 188.35 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 199 | 0.09 | 0.87 | 0 | 0.22 | 293.76 | 0.77 | 0.44 |
| Hex | B5 | 1A | C7 | 9 | 57 | 0 | 16 | 126 | 4D | 2C |
| Octal | 265 | 32 | 307 | 11 | 127 | 0 | 26 | 446 | 115 | 54 |
| Binary | 10110101 | 11010 | 11000111 | 1001 | 1010111 | 0 | 10110 | 100100110 | 1001101 | 101100 |
Color Harmonies of #B51AC7
Complementary color
Monochromatic Colors of #B51AC7
Black with #B51AC7
Text Example
Text Example
White with #B51AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51AC7; }
p { color: rgb(181,26,199); }
H1.HeaderClassName
{
color: #B51AC7;
}
.AnyTagClassName
{
color: #B51AC7;
}
</style>
background-color css
<style>
a { background-color: #B51AC7; }
a { background-color: rgb(181,26,199); }
div.DivClassName
{
background-color: #B51AC7;
}
.BgClassName
{
background-color: #B51AC7;
}
</style>
border-color css
<style>
span { border-color: #B51AC7; }
span { border-color: rgb(181,26,199); }
td.TdClassName
{
border-color: #B51AC7;
}
.TagClassName
{
border-color: #B51AC7;
}
</style>