Shades of Deep Magenta #B80CD9
Tints of Deep Magenta #B80CD9
RGB
CMYK
RGB Variations
Color information
#B80CD9 (or 0xB80CD9) is known color: Deep Magenta. HEX triplet: B8, 0C and D9. RGB value is (184,12,217). Sum of RGB (Red+Green+Blue) = 184+12+217=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #B80CD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CD9 is #47F326. Grayscale: #565656. Windows color (decimal): -4715303 or 14224568. OLE color: 14224568.
HSL color Cylindrical-coordinate representation of color #B80CD9: hue angle of 290.34º 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 #B80CD9 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 12 | 217 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.15 |
| HSL | 290.34º | 0.9% | 0.45% | - |
| HSV(B) | 290.34º | 0.94% | 0.85% | - |
| XYZ | 32.42 | 15.46 | 66.92 | - |
| YUV | 86.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 217 | 0.15 | 0.94 | 0 | 0.15 | 290.34 | 0.9 | 0.45 |
| Hex | B8 | C | D9 | F | 5E | 0 | F | 122 | 5A | 2D |
| Octal | 270 | 14 | 331 | 17 | 136 | 0 | 17 | 442 | 132 | 55 |
| Binary | 10111000 | 1100 | 11011001 | 1111 | 1011110 | 0 | 1111 | 100100010 | 1011010 | 101101 |
Color Harmonies of #B80CD9
Complementary color
Monochromatic Colors of #B80CD9
Black with #B80CD9
Text Example
Text Example
White with #B80CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CD9; }
p { color: rgb(184,12,217); }
H1.HeaderClassName
{
color: #B80CD9;
}
.AnyTagClassName
{
color: #B80CD9;
}
</style>
background-color css
<style>
a { background-color: #B80CD9; }
a { background-color: rgb(184,12,217); }
div.DivClassName
{
background-color: #B80CD9;
}
.BgClassName
{
background-color: #B80CD9;
}
</style>
border-color css
<style>
span { border-color: #B80CD9; }
span { border-color: rgb(184,12,217); }
td.TdClassName
{
border-color: #B80CD9;
}
.TagClassName
{
border-color: #B80CD9;
}
</style>