Shades of Deep Magenta #B80CDF
Tints of Deep Magenta #B80CDF
RGB
CMYK
RGB Variations
Color information
#B80CDF (or 0xB80CDF) is known color: Deep Magenta. HEX triplet: B8, 0C and DF. RGB value is (184,12,223). Sum of RGB (Red+Green+Blue) = 184+12+223=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #B80CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CDF is #47F320. Grayscale: #565656. Windows color (decimal): -4715297 or 14617784. OLE color: 14617784.
HSL color Cylindrical-coordinate representation of color #B80CDF: hue angle of 288.91º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80CDF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 12 | 223 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.13 |
| HSL | 288.91º | 0.9% | 0.46% | - |
| HSV(B) | 288.91º | 0.95% | 0.87% | - |
| XYZ | 33.22 | 15.78 | 71.11 | - |
| YUV | 87.48 | 204.48 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 223 | 0.17 | 0.95 | 0 | 0.13 | 288.91 | 0.9 | 0.46 |
| Hex | B8 | C | DF | 11 | 5F | 0 | D | 121 | 5A | 2E |
| Octal | 270 | 14 | 337 | 21 | 137 | 0 | 15 | 441 | 132 | 56 |
| Binary | 10111000 | 1100 | 11011111 | 10001 | 1011111 | 0 | 1101 | 100100001 | 1011010 | 101110 |
Color Harmonies of #B80CDF
Complementary color
Monochromatic Colors of #B80CDF
Black with #B80CDF
Text Example
Text Example
White with #B80CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CDF; }
p { color: rgb(184,12,223); }
H1.HeaderClassName
{
color: #B80CDF;
}
.AnyTagClassName
{
color: #B80CDF;
}
</style>
background-color css
<style>
a { background-color: #B80CDF; }
a { background-color: rgb(184,12,223); }
div.DivClassName
{
background-color: #B80CDF;
}
.BgClassName
{
background-color: #B80CDF;
}
</style>
border-color css
<style>
span { border-color: #B80CDF; }
span { border-color: rgb(184,12,223); }
td.TdClassName
{
border-color: #B80CDF;
}
.TagClassName
{
border-color: #B80CDF;
}
</style>