Shades of Deep Magenta #B80CDA
Tints of Deep Magenta #B80CDA
RGB
CMYK
RGB Variations
Color information
#B80CDA (or 0xB80CDA) is known color: Deep Magenta. HEX triplet: B8, 0C and DA. RGB value is (184,12,218). Sum of RGB (Red+Green+Blue) = 184+12+218=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #B80CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CDA is #47F325. Grayscale: #565656. Windows color (decimal): -4715302 or 14290104. OLE color: 14290104.
HSL color Cylindrical-coordinate representation of color #B80CDA: hue angle of 290.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80CDA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 12 | 218 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.15 |
| HSL | 290.1º | 0.9% | 0.45% | - |
| HSV(B) | 290.1º | 0.94% | 0.85% | - |
| XYZ | 32.55 | 15.52 | 67.61 | - |
| YUV | 86.91 | 201.98 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 218 | 0.16 | 0.94 | 0 | 0.15 | 290.1 | 0.9 | 0.45 |
| Hex | B8 | C | DA | 10 | 5E | 0 | F | 122 | 5A | 2D |
| Octal | 270 | 14 | 332 | 20 | 136 | 0 | 17 | 442 | 132 | 55 |
| Binary | 10111000 | 1100 | 11011010 | 10000 | 1011110 | 0 | 1111 | 100100010 | 1011010 | 101101 |
Color Harmonies of #B80CDA
Complementary color
Monochromatic Colors of #B80CDA
Black with #B80CDA
Text Example
Text Example
White with #B80CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CDA; }
p { color: rgb(184,12,218); }
H1.HeaderClassName
{
color: #B80CDA;
}
.AnyTagClassName
{
color: #B80CDA;
}
</style>
background-color css
<style>
a { background-color: #B80CDA; }
a { background-color: rgb(184,12,218); }
div.DivClassName
{
background-color: #B80CDA;
}
.BgClassName
{
background-color: #B80CDA;
}
</style>
border-color css
<style>
span { border-color: #B80CDA; }
span { border-color: rgb(184,12,218); }
td.TdClassName
{
border-color: #B80CDA;
}
.TagClassName
{
border-color: #B80CDA;
}
</style>