Shades of Deep Magenta #B800DE
Tints of Deep Magenta #B800DE
RGB
CMYK
RGB Variations
Color information
#B800DE (or 0xB800DE) is known color: Deep Magenta. HEX triplet: B8, 00 and DE. RGB value is (184,0,222). Sum of RGB (Red+Green+Blue) = 184+0+222=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #B800DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800DE is #47FF21. Grayscale: #4F4F4F. Windows color (decimal): -4718370 or 14549176. OLE color: 14549176.
HSL color Cylindrical-coordinate representation of color #B800DE: hue angle of 289.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800DE is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 0 | 222 | - |
| CMYK | 0.17 | 1 | 0 | 0.13 |
| HSL | 289.73º | 1% | 0.44% | - |
| HSV(B) | 289.73º | 1% | 0.87% | - |
| XYZ | 32.95 | 15.46 | 70.36 | - |
| YUV | 80.32 | 207.96 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 222 | 0.17 | 1 | 0 | 0.13 | 289.73 | 1 | 0.44 |
| Hex | B8 | 0 | DE | 11 | 64 | 0 | D | 122 | 64 | 2C |
| Octal | 270 | 0 | 336 | 21 | 144 | 0 | 15 | 442 | 144 | 54 |
| Binary | 10111000 | 0 | 11011110 | 10001 | 1100100 | 0 | 1101 | 100100010 | 1100100 | 101100 |
Color Harmonies of #B800DE
Complementary color
Monochromatic Colors of #B800DE
Black with #B800DE
Text Example
Text Example
White with #B800DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800DE; }
p { color: rgb(184,0,222); }
H1.HeaderClassName
{
color: #B800DE;
}
.AnyTagClassName
{
color: #B800DE;
}
</style>
background-color css
<style>
a { background-color: #B800DE; }
a { background-color: rgb(184,0,222); }
div.DivClassName
{
background-color: #B800DE;
}
.BgClassName
{
background-color: #B800DE;
}
</style>
border-color css
<style>
span { border-color: #B800DE; }
span { border-color: rgb(184,0,222); }
td.TdClassName
{
border-color: #B800DE;
}
.TagClassName
{
border-color: #B800DE;
}
</style>