Shades of Deep Magenta #B500B1
Tints of Deep Magenta #B500B1
RGB
CMYK
RGB Variations
Color information
#B500B1 (or 0xB500B1) is known color: Deep Magenta. HEX triplet: B5, 00 and B1. RGB value is (181,0,177). Sum of RGB (Red+Green+Blue) = 181+0+177=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B500B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B500B1 is #4AFF4E. Grayscale: #494949. Windows color (decimal): -4915023 or 11600053. OLE color: 11600053.
HSL color Cylindrical-coordinate representation of color #B500B1: hue angle of 301.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500B1 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 177 | - |
| CMYK | 0 | 1 | 0.02 | 0.29 |
| HSL | 301.33º | 1% | 0.35% | - |
| HSV(B) | 301.33º | 1% | 0.71% | - |
| XYZ | 26.99 | 13 | 42.68 | - |
| YUV | 74.3 | 185.97 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 177 | 0 | 1 | 0.02 | 0.29 | 301.33 | 1 | 0.35 |
| Hex | B5 | 0 | B1 | 0 | 64 | 2 | 1D | 12D | 64 | 23 |
| Octal | 265 | 0 | 261 | 0 | 144 | 2 | 35 | 455 | 144 | 43 |
| Binary | 10110101 | 0 | 10110001 | 0 | 1100100 | 10 | 11101 | 100101101 | 1100100 | 100011 |
Color Harmonies of #B500B1
Complementary color
Monochromatic Colors of #B500B1
Black with #B500B1
Text Example
Text Example
White with #B500B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500B1; }
p { color: rgb(181,0,177); }
H1.HeaderClassName
{
color: #B500B1;
}
.AnyTagClassName
{
color: #B500B1;
}
</style>
background-color css
<style>
a { background-color: #B500B1; }
a { background-color: rgb(181,0,177); }
div.DivClassName
{
background-color: #B500B1;
}
.BgClassName
{
background-color: #B500B1;
}
</style>
border-color css
<style>
span { border-color: #B500B1; }
span { border-color: rgb(181,0,177); }
td.TdClassName
{
border-color: #B500B1;
}
.TagClassName
{
border-color: #B500B1;
}
</style>