Shades of Deep Magenta #B516B7
Tints of Deep Magenta #B516B7
RGB
CMYK
RGB Variations
Color information
#B516B7 (or 0xB516B7) is known color: Deep Magenta. HEX triplet: B5, 16 and B7. RGB value is (181,22,183). Sum of RGB (Red+Green+Blue) = 181+22+183=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #B516B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B516B7 is #4AE948. Grayscale: #575757. Windows color (decimal): -4909385 or 11998901. OLE color: 11998901.
HSL color Cylindrical-coordinate representation of color #B516B7: hue angle of 299.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B516B7 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 22 | 183 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.28 |
| HSL | 299.25º | 0.79% | 0.4% | - |
| HSV(B) | 299.25º | 0.88% | 0.72% | - |
| XYZ | 27.89 | 13.82 | 46 | - |
| YUV | 87.9 | 181.68 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 183 | 0.01 | 0.88 | 0 | 0.28 | 299.25 | 0.79 | 0.4 |
| Hex | B5 | 16 | B7 | 1 | 58 | 0 | 1C | 12B | 4F | 28 |
| Octal | 265 | 26 | 267 | 1 | 130 | 0 | 34 | 453 | 117 | 50 |
| Binary | 10110101 | 10110 | 10110111 | 1 | 1011000 | 0 | 11100 | 100101011 | 1001111 | 101000 |
Color Harmonies of #B516B7
Complementary color
Monochromatic Colors of #B516B7
Black with #B516B7
Text Example
Text Example
White with #B516B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B516B7; }
p { color: rgb(181,22,183); }
H1.HeaderClassName
{
color: #B516B7;
}
.AnyTagClassName
{
color: #B516B7;
}
</style>
background-color css
<style>
a { background-color: #B516B7; }
a { background-color: rgb(181,22,183); }
div.DivClassName
{
background-color: #B516B7;
}
.BgClassName
{
background-color: #B516B7;
}
</style>
border-color css
<style>
span { border-color: #B516B7; }
span { border-color: rgb(181,22,183); }
td.TdClassName
{
border-color: #B516B7;
}
.TagClassName
{
border-color: #B516B7;
}
</style>