Shades of Deep Magenta #B514B7
Tints of Deep Magenta #B514B7
RGB
CMYK
RGB Variations
Color information
#B514B7 (or 0xB514B7) is known color: Deep Magenta. HEX triplet: B5, 14 and B7. RGB value is (181,20,183). Sum of RGB (Red+Green+Blue) = 181+20+183=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 183 - color contains mainly: blue. Hex color #B514B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514B7 is #4AEB48. Grayscale: #565656. Windows color (decimal): -4909897 or 11998389. OLE color: 11998389.
HSL color Cylindrical-coordinate representation of color #B514B7: hue angle of 299.26º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B514B7 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 20 | 183 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.28 |
| HSL | 299.26º | 0.8% | 0.4% | - |
| HSV(B) | 299.26º | 0.89% | 0.72% | - |
| XYZ | 27.85 | 13.74 | 45.98 | - |
| YUV | 86.72 | 182.34 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 183 | 0.01 | 0.89 | 0 | 0.28 | 299.26 | 0.8 | 0.4 |
| Hex | B5 | 14 | B7 | 1 | 59 | 0 | 1C | 12B | 50 | 28 |
| Octal | 265 | 24 | 267 | 1 | 131 | 0 | 34 | 453 | 120 | 50 |
| Binary | 10110101 | 10100 | 10110111 | 1 | 1011001 | 0 | 11100 | 100101011 | 1010000 | 101000 |
Color Harmonies of #B514B7
Complementary color
Monochromatic Colors of #B514B7
Black with #B514B7
Text Example
Text Example
White with #B514B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B514B7; }
p { color: rgb(181,20,183); }
H1.HeaderClassName
{
color: #B514B7;
}
.AnyTagClassName
{
color: #B514B7;
}
</style>
background-color css
<style>
a { background-color: #B514B7; }
a { background-color: rgb(181,20,183); }
div.DivClassName
{
background-color: #B514B7;
}
.BgClassName
{
background-color: #B514B7;
}
</style>
border-color css
<style>
span { border-color: #B514B7; }
span { border-color: rgb(181,20,183); }
td.TdClassName
{
border-color: #B514B7;
}
.TagClassName
{
border-color: #B514B7;
}
</style>