Shades of Deep Magenta #B500DB
Tints of Deep Magenta #B500DB
RGB
CMYK
RGB Variations
Color information
#B500DB (or 0xB500DB) is known color: Deep Magenta. HEX triplet: B5, 00 and DB. RGB value is (181,0,219). Sum of RGB (Red+Green+Blue) = 181+0+219=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #B500DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500DB is #4AFF24. Grayscale: #4E4E4E. Windows color (decimal): -4914981 or 14352565. OLE color: 14352565.
HSL color Cylindrical-coordinate representation of color #B500DB: hue angle of 289.59º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500DB is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 0 | 219 | - |
| CMYK | 0.17 | 1 | 0 | 0.14 |
| HSL | 289.59º | 1% | 0.43% | - |
| HSV(B) | 289.59º | 1% | 0.86% | - |
| XYZ | 31.84 | 14.94 | 68.22 | - |
| YUV | 79.09 | 206.97 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 219 | 0.17 | 1 | 0 | 0.14 | 289.59 | 1 | 0.43 |
| Hex | B5 | 0 | DB | 11 | 64 | 0 | E | 122 | 64 | 2B |
| Octal | 265 | 0 | 333 | 21 | 144 | 0 | 16 | 442 | 144 | 53 |
| Binary | 10110101 | 0 | 11011011 | 10001 | 1100100 | 0 | 1110 | 100100010 | 1100100 | 101011 |
Color Harmonies of #B500DB
Complementary color
Monochromatic Colors of #B500DB
Black with #B500DB
Text Example
Text Example
White with #B500DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500DB; }
p { color: rgb(181,0,219); }
H1.HeaderClassName
{
color: #B500DB;
}
.AnyTagClassName
{
color: #B500DB;
}
</style>
background-color css
<style>
a { background-color: #B500DB; }
a { background-color: rgb(181,0,219); }
div.DivClassName
{
background-color: #B500DB;
}
.BgClassName
{
background-color: #B500DB;
}
</style>
border-color css
<style>
span { border-color: #B500DB; }
span { border-color: rgb(181,0,219); }
td.TdClassName
{
border-color: #B500DB;
}
.TagClassName
{
border-color: #B500DB;
}
</style>