Shades of Deep Magenta #B800DD
Tints of Deep Magenta #B800DD
RGB
CMYK
RGB Variations
Color information
#B800DD (or 0xB800DD) is known color: Deep Magenta. HEX triplet: B8, 00 and DD. RGB value is (184,0,221). Sum of RGB (Red+Green+Blue) = 184+0+221=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #B800DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800DD is #47FF22. Grayscale: #4F4F4F. Windows color (decimal): -4718371 or 14483640. OLE color: 14483640.
HSL color Cylindrical-coordinate representation of color #B800DD: hue angle of 289.95º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800DD is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 0 | 221 | - |
| CMYK | 0.17 | 1 | 0 | 0.13 |
| HSL | 289.95º | 1% | 0.43% | - |
| HSV(B) | 289.95º | 1% | 0.87% | - |
| XYZ | 32.82 | 15.41 | 69.65 | - |
| YUV | 80.21 | 207.46 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 221 | 0.17 | 1 | 0 | 0.13 | 289.95 | 1 | 0.43 |
| Hex | B8 | 0 | DD | 11 | 64 | 0 | D | 122 | 64 | 2B |
| Octal | 270 | 0 | 335 | 21 | 144 | 0 | 15 | 442 | 144 | 53 |
| Binary | 10111000 | 0 | 11011101 | 10001 | 1100100 | 0 | 1101 | 100100010 | 1100100 | 101011 |
Color Harmonies of #B800DD
Complementary color
Monochromatic Colors of #B800DD
Black with #B800DD
Text Example
Text Example
White with #B800DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800DD; }
p { color: rgb(184,0,221); }
H1.HeaderClassName
{
color: #B800DD;
}
.AnyTagClassName
{
color: #B800DD;
}
</style>
background-color css
<style>
a { background-color: #B800DD; }
a { background-color: rgb(184,0,221); }
div.DivClassName
{
background-color: #B800DD;
}
.BgClassName
{
background-color: #B800DD;
}
</style>
border-color css
<style>
span { border-color: #B800DD; }
span { border-color: rgb(184,0,221); }
td.TdClassName
{
border-color: #B800DD;
}
.TagClassName
{
border-color: #B800DD;
}
</style>