Shades of Deep Magenta #B80BDA
Tints of Deep Magenta #B80BDA
RGB
CMYK
RGB Variations
Color information
#B80BDA (or 0xB80BDA) is known color: Deep Magenta. HEX triplet: B8, 0B and DA. RGB value is (184,11,218). Sum of RGB (Red+Green+Blue) = 184+11+218=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #B80BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BDA is #47F425. Grayscale: #555555. Windows color (decimal): -4715558 or 14289848. OLE color: 14289848.
HSL color Cylindrical-coordinate representation of color #B80BDA: hue angle of 290.14º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80BDA is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 11 | 218 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.15 |
| HSL | 290.14º | 0.9% | 0.45% | - |
| HSV(B) | 290.14º | 0.95% | 0.85% | - |
| XYZ | 32.54 | 15.49 | 67.6 | - |
| YUV | 86.33 | 202.31 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 218 | 0.16 | 0.95 | 0 | 0.15 | 290.14 | 0.9 | 0.45 |
| Hex | B8 | B | DA | 10 | 5F | 0 | F | 122 | 5A | 2D |
| Octal | 270 | 13 | 332 | 20 | 137 | 0 | 17 | 442 | 132 | 55 |
| Binary | 10111000 | 1011 | 11011010 | 10000 | 1011111 | 0 | 1111 | 100100010 | 1011010 | 101101 |
Color Harmonies of #B80BDA
Complementary color
Monochromatic Colors of #B80BDA
Black with #B80BDA
Text Example
Text Example
White with #B80BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BDA; }
p { color: rgb(184,11,218); }
H1.HeaderClassName
{
color: #B80BDA;
}
.AnyTagClassName
{
color: #B80BDA;
}
</style>
background-color css
<style>
a { background-color: #B80BDA; }
a { background-color: rgb(184,11,218); }
div.DivClassName
{
background-color: #B80BDA;
}
.BgClassName
{
background-color: #B80BDA;
}
</style>
border-color css
<style>
span { border-color: #B80BDA; }
span { border-color: rgb(184,11,218); }
td.TdClassName
{
border-color: #B80BDA;
}
.TagClassName
{
border-color: #B80BDA;
}
</style>