Shades of Deep Magenta #B500B7
Tints of Deep Magenta #B500B7
RGB
CMYK
RGB Variations
Color information
#B500B7 (or 0xB500B7) is known color: Deep Magenta. HEX triplet: B5, 00 and B7. RGB value is (181,0,183). Sum of RGB (Red+Green+Blue) = 181+0+183=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #B500B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500B7 is #4AFF48. Grayscale: #4A4A4A. Windows color (decimal): -4915017 or 11993269. OLE color: 11993269.
HSL color Cylindrical-coordinate representation of color #B500B7: hue angle of 299.34º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500B7 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 0 | 183 | - |
| CMYK | 0.01 | 1 | 0 | 0.28 |
| HSL | 299.34º | 1% | 0.36% | - |
| HSV(B) | 299.34º | 1% | 0.72% | - |
| XYZ | 27.6 | 13.24 | 45.9 | - |
| YUV | 74.98 | 188.97 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 183 | 0.01 | 1 | 0 | 0.28 | 299.34 | 1 | 0.36 |
| Hex | B5 | 0 | B7 | 1 | 64 | 0 | 1C | 12B | 64 | 24 |
| Octal | 265 | 0 | 267 | 1 | 144 | 0 | 34 | 453 | 144 | 44 |
| Binary | 10110101 | 0 | 10110111 | 1 | 1100100 | 0 | 11100 | 100101011 | 1100100 | 100100 |
Color Harmonies of #B500B7
Complementary color
Monochromatic Colors of #B500B7
Black with #B500B7
Text Example
Text Example
White with #B500B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500B7; }
p { color: rgb(181,0,183); }
H1.HeaderClassName
{
color: #B500B7;
}
.AnyTagClassName
{
color: #B500B7;
}
</style>
background-color css
<style>
a { background-color: #B500B7; }
a { background-color: rgb(181,0,183); }
div.DivClassName
{
background-color: #B500B7;
}
.BgClassName
{
background-color: #B500B7;
}
</style>
border-color css
<style>
span { border-color: #B500B7; }
span { border-color: rgb(181,0,183); }
td.TdClassName
{
border-color: #B500B7;
}
.TagClassName
{
border-color: #B500B7;
}
</style>