Shades of Deep Magenta #B80CD4
Tints of Deep Magenta #B80CD4
RGB
CMYK
RGB Variations
Color information
#B80CD4 (or 0xB80CD4) is known color: Deep Magenta. HEX triplet: B8, 0C and D4. RGB value is (184,12,212). Sum of RGB (Red+Green+Blue) = 184+12+212=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 212 (83.20% from 255 or 51.96% from 408); Max value from RGB is 212 - color contains mainly: blue. Hex color #B80CD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CD4 is #47F32B. Grayscale: #555555. Windows color (decimal): -4715308 or 13896888. OLE color: 13896888.
HSL color Cylindrical-coordinate representation of color #B80CD4: hue angle of 291.6º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80CD4 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 12 | 212 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.17 |
| HSL | 291.6º | 0.89% | 0.44% | - |
| HSV(B) | 291.6º | 0.94% | 0.83% | - |
| XYZ | 31.78 | 15.21 | 63.55 | - |
| YUV | 86.23 | 198.98 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 212 | 0.13 | 0.94 | 0 | 0.17 | 291.6 | 0.89 | 0.44 |
| Hex | B8 | C | D4 | D | 5E | 0 | 11 | 124 | 59 | 2C |
| Octal | 270 | 14 | 324 | 15 | 136 | 0 | 21 | 444 | 131 | 54 |
| Binary | 10111000 | 1100 | 11010100 | 1101 | 1011110 | 0 | 10001 | 100100100 | 1011001 | 101100 |
Color Harmonies of #B80CD4
Complementary color
Monochromatic Colors of #B80CD4
Black with #B80CD4
Text Example
Text Example
White with #B80CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CD4; }
p { color: rgb(184,12,212); }
H1.HeaderClassName
{
color: #B80CD4;
}
.AnyTagClassName
{
color: #B80CD4;
}
</style>
background-color css
<style>
a { background-color: #B80CD4; }
a { background-color: rgb(184,12,212); }
div.DivClassName
{
background-color: #B80CD4;
}
.BgClassName
{
background-color: #B80CD4;
}
</style>
border-color css
<style>
span { border-color: #B80CD4; }
span { border-color: rgb(184,12,212); }
td.TdClassName
{
border-color: #B80CD4;
}
.TagClassName
{
border-color: #B80CD4;
}
</style>