Shades of Deep Magenta #B80DDF
Tints of Deep Magenta #B80DDF
RGB
CMYK
RGB Variations
Color information
#B80DDF (or 0xB80DDF) is known color: Deep Magenta. HEX triplet: B8, 0D and DF. RGB value is (184,13,223). Sum of RGB (Red+Green+Blue) = 184+13+223=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #B80DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DDF is #47F220. Grayscale: #575757. Windows color (decimal): -4715041 or 14618040. OLE color: 14618040.
HSL color Cylindrical-coordinate representation of color #B80DDF: hue angle of 288.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80DDF is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 13 | 223 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.13 |
| HSL | 288.86º | 0.89% | 0.46% | - |
| HSV(B) | 288.86º | 0.94% | 0.87% | - |
| XYZ | 33.23 | 15.81 | 71.11 | - |
| YUV | 88.07 | 204.15 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 223 | 0.17 | 0.94 | 0 | 0.13 | 288.86 | 0.89 | 0.46 |
| Hex | B8 | D | DF | 11 | 5E | 0 | D | 121 | 59 | 2E |
| Octal | 270 | 15 | 337 | 21 | 136 | 0 | 15 | 441 | 131 | 56 |
| Binary | 10111000 | 1101 | 11011111 | 10001 | 1011110 | 0 | 1101 | 100100001 | 1011001 | 101110 |
Color Harmonies of #B80DDF
Complementary color
Monochromatic Colors of #B80DDF
Black with #B80DDF
Text Example
Text Example
White with #B80DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DDF; }
p { color: rgb(184,13,223); }
H1.HeaderClassName
{
color: #B80DDF;
}
.AnyTagClassName
{
color: #B80DDF;
}
</style>
background-color css
<style>
a { background-color: #B80DDF; }
a { background-color: rgb(184,13,223); }
div.DivClassName
{
background-color: #B80DDF;
}
.BgClassName
{
background-color: #B80DDF;
}
</style>
border-color css
<style>
span { border-color: #B80DDF; }
span { border-color: rgb(184,13,223); }
td.TdClassName
{
border-color: #B80DDF;
}
.TagClassName
{
border-color: #B80DDF;
}
</style>