Shades of Deep Magenta #B500DA
Tints of Deep Magenta #B500DA
RGB
CMYK
RGB Variations
Color information
#B500DA (or 0xB500DA) is known color: Deep Magenta. HEX triplet: B5, 00 and DA. RGB value is (181,0,218). Sum of RGB (Red+Green+Blue) = 181+0+218=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #B500DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500DA is #4AFF25. Grayscale: #4E4E4E. Windows color (decimal): -4914982 or 14287029. OLE color: 14287029.
HSL color Cylindrical-coordinate representation of color #B500DA: hue angle of 289.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500DA is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 0 | 218 | - |
| CMYK | 0.17 | 1 | 0 | 0.15 |
| HSL | 289.82º | 1% | 0.43% | - |
| HSV(B) | 289.82º | 1% | 0.85% | - |
| XYZ | 31.71 | 14.89 | 67.53 | - |
| YUV | 78.97 | 206.47 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 218 | 0.17 | 1 | 0 | 0.15 | 289.82 | 1 | 0.43 |
| Hex | B5 | 0 | DA | 11 | 64 | 0 | F | 122 | 64 | 2B |
| Octal | 265 | 0 | 332 | 21 | 144 | 0 | 17 | 442 | 144 | 53 |
| Binary | 10110101 | 0 | 11011010 | 10001 | 1100100 | 0 | 1111 | 100100010 | 1100100 | 101011 |
Color Harmonies of #B500DA
Complementary color
Monochromatic Colors of #B500DA
Black with #B500DA
Text Example
Text Example
White with #B500DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500DA; }
p { color: rgb(181,0,218); }
H1.HeaderClassName
{
color: #B500DA;
}
.AnyTagClassName
{
color: #B500DA;
}
</style>
background-color css
<style>
a { background-color: #B500DA; }
a { background-color: rgb(181,0,218); }
div.DivClassName
{
background-color: #B500DA;
}
.BgClassName
{
background-color: #B500DA;
}
</style>
border-color css
<style>
span { border-color: #B500DA; }
span { border-color: rgb(181,0,218); }
td.TdClassName
{
border-color: #B500DA;
}
.TagClassName
{
border-color: #B500DA;
}
</style>