Shades of Deep Magenta #B801DD
Tints of Deep Magenta #B801DD
RGB
CMYK
RGB Variations
Color information
#B801DD (or 0xB801DD) is known color: Deep Magenta. HEX triplet: B8, 01 and DD. RGB value is (184,1,221). Sum of RGB (Red+Green+Blue) = 184+1+221=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #B801DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801DD is #47FE22. Grayscale: #505050. Windows color (decimal): -4718115 or 14483896. OLE color: 14483896.
HSL color Cylindrical-coordinate representation of color #B801DD: hue angle of 289.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801DD is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 1 | 221 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.13 |
| HSL | 289.91º | 0.99% | 0.44% | - |
| HSV(B) | 289.91º | 1% | 0.87% | - |
| XYZ | 32.83 | 15.43 | 69.66 | - |
| YUV | 80.8 | 207.13 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 221 | 0.17 | 1.00 | 0 | 0.13 | 289.91 | 0.99 | 0.44 |
| Hex | B8 | 1 | DD | 11 | 64 | 0 | D | 122 | 63 | 2C |
| Octal | 270 | 1 | 335 | 21 | 144 | 0 | 15 | 442 | 143 | 54 |
| Binary | 10111000 | 1 | 11011101 | 10001 | 1100100 | 0 | 1101 | 100100010 | 1100011 | 101100 |
Color Harmonies of #B801DD
Complementary color
Monochromatic Colors of #B801DD
Black with #B801DD
Text Example
Text Example
White with #B801DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801DD; }
p { color: rgb(184,1,221); }
H1.HeaderClassName
{
color: #B801DD;
}
.AnyTagClassName
{
color: #B801DD;
}
</style>
background-color css
<style>
a { background-color: #B801DD; }
a { background-color: rgb(184,1,221); }
div.DivClassName
{
background-color: #B801DD;
}
.BgClassName
{
background-color: #B801DD;
}
</style>
border-color css
<style>
span { border-color: #B801DD; }
span { border-color: rgb(184,1,221); }
td.TdClassName
{
border-color: #B801DD;
}
.TagClassName
{
border-color: #B801DD;
}
</style>