Shades of Deep Magenta #B500D5
Tints of Deep Magenta #B500D5
RGB
CMYK
RGB Variations
Color information
#B500D5 (or 0xB500D5) is known color: Deep Magenta. HEX triplet: B5, 00 and D5. RGB value is (181,0,213). Sum of RGB (Red+Green+Blue) = 181+0+213=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #B500D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500D5 is #4AFF2A. Grayscale: #4D4D4D. Windows color (decimal): -4914987 or 13959349. OLE color: 13959349.
HSL color Cylindrical-coordinate representation of color #B500D5: hue angle of 290.99º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500D5 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 0 | 213 | - |
| CMYK | 0.15 | 1 | 0 | 0.16 |
| HSL | 290.99º | 1% | 0.42% | - |
| HSV(B) | 290.99º | 1% | 0.84% | - |
| XYZ | 31.07 | 14.63 | 64.14 | - |
| YUV | 78.4 | 203.97 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 213 | 0.15 | 1 | 0 | 0.16 | 290.99 | 1 | 0.42 |
| Hex | B5 | 0 | D5 | F | 64 | 0 | 10 | 123 | 64 | 2A |
| Octal | 265 | 0 | 325 | 17 | 144 | 0 | 20 | 443 | 144 | 52 |
| Binary | 10110101 | 0 | 11010101 | 1111 | 1100100 | 0 | 10000 | 100100011 | 1100100 | 101010 |
Color Harmonies of #B500D5
Complementary color
Monochromatic Colors of #B500D5
Black with #B500D5
Text Example
Text Example
White with #B500D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500D5; }
p { color: rgb(181,0,213); }
H1.HeaderClassName
{
color: #B500D5;
}
.AnyTagClassName
{
color: #B500D5;
}
</style>
background-color css
<style>
a { background-color: #B500D5; }
a { background-color: rgb(181,0,213); }
div.DivClassName
{
background-color: #B500D5;
}
.BgClassName
{
background-color: #B500D5;
}
</style>
border-color css
<style>
span { border-color: #B500D5; }
span { border-color: rgb(181,0,213); }
td.TdClassName
{
border-color: #B500D5;
}
.TagClassName
{
border-color: #B500D5;
}
</style>