Shades of Deep Magenta #B805DE
Tints of Deep Magenta #B805DE
RGB
CMYK
RGB Variations
Color information
#B805DE (or 0xB805DE) is known color: Deep Magenta. HEX triplet: B8, 05 and DE. RGB value is (184,5,222). Sum of RGB (Red+Green+Blue) = 184+5+222=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #B805DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B805DE is #47FA21. Grayscale: #525252. Windows color (decimal): -4717090 or 14550456. OLE color: 14550456.
HSL color Cylindrical-coordinate representation of color #B805DE: hue angle of 289.49º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B805DE is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 5 | 222 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.13 |
| HSL | 289.49º | 0.96% | 0.45% | - |
| HSV(B) | 289.49º | 0.98% | 0.87% | - |
| XYZ | 33.01 | 15.57 | 70.37 | - |
| YUV | 83.26 | 206.3 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 222 | 0.17 | 0.98 | 0 | 0.13 | 289.49 | 0.96 | 0.45 |
| Hex | B8 | 5 | DE | 11 | 62 | 0 | D | 121 | 60 | 2D |
| Octal | 270 | 5 | 336 | 21 | 142 | 0 | 15 | 441 | 140 | 55 |
| Binary | 10111000 | 101 | 11011110 | 10001 | 1100010 | 0 | 1101 | 100100001 | 1100000 | 101101 |
Color Harmonies of #B805DE
Complementary color
Monochromatic Colors of #B805DE
Black with #B805DE
Text Example
Text Example
White with #B805DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805DE; }
p { color: rgb(184,5,222); }
H1.HeaderClassName
{
color: #B805DE;
}
.AnyTagClassName
{
color: #B805DE;
}
</style>
background-color css
<style>
a { background-color: #B805DE; }
a { background-color: rgb(184,5,222); }
div.DivClassName
{
background-color: #B805DE;
}
.BgClassName
{
background-color: #B805DE;
}
</style>
border-color css
<style>
span { border-color: #B805DE; }
span { border-color: rgb(184,5,222); }
td.TdClassName
{
border-color: #B805DE;
}
.TagClassName
{
border-color: #B805DE;
}
</style>