Shades of Deep Magenta #B80FDC
Tints of Deep Magenta #B80FDC
RGB
CMYK
RGB Variations
Color information
#B80FDC (or 0xB80FDC) is known color: Deep Magenta. HEX triplet: B8, 0F and DC. RGB value is (184,15,220). Sum of RGB (Red+Green+Blue) = 184+15+220=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #B80FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FDC is #47F023. Grayscale: #585858. Windows color (decimal): -4714532 or 14421944. OLE color: 14421944.
HSL color Cylindrical-coordinate representation of color #B80FDC: hue angle of 289.46º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80FDC is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 15 | 220 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.14 |
| HSL | 289.46º | 0.87% | 0.46% | - |
| HSV(B) | 289.46º | 0.93% | 0.86% | - |
| XYZ | 32.86 | 15.7 | 69.01 | - |
| YUV | 88.9 | 201.99 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 220 | 0.16 | 0.93 | 0 | 0.14 | 289.46 | 0.87 | 0.46 |
| Hex | B8 | F | DC | 10 | 5D | 0 | E | 121 | 57 | 2E |
| Octal | 270 | 17 | 334 | 20 | 135 | 0 | 16 | 441 | 127 | 56 |
| Binary | 10111000 | 1111 | 11011100 | 10000 | 1011101 | 0 | 1110 | 100100001 | 1010111 | 101110 |
Color Harmonies of #B80FDC
Complementary color
Monochromatic Colors of #B80FDC
Black with #B80FDC
Text Example
Text Example
White with #B80FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FDC; }
p { color: rgb(184,15,220); }
H1.HeaderClassName
{
color: #B80FDC;
}
.AnyTagClassName
{
color: #B80FDC;
}
</style>
background-color css
<style>
a { background-color: #B80FDC; }
a { background-color: rgb(184,15,220); }
div.DivClassName
{
background-color: #B80FDC;
}
.BgClassName
{
background-color: #B80FDC;
}
</style>
border-color css
<style>
span { border-color: #B80FDC; }
span { border-color: rgb(184,15,220); }
td.TdClassName
{
border-color: #B80FDC;
}
.TagClassName
{
border-color: #B80FDC;
}
</style>