Shades of Deep Magenta #B80FBC
Tints of Deep Magenta #B80FBC
RGB
CMYK
RGB Variations
Color information
#B80FBC (or 0xB80FBC) is known color: Deep Magenta. HEX triplet: B8, 0F and BC. RGB value is (184,15,188). Sum of RGB (Red+Green+Blue) = 184+15+188=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #B80FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FBC is #47F043. Grayscale: #545454. Windows color (decimal): -4714564 or 12324792. OLE color: 12324792.
HSL color Cylindrical-coordinate representation of color #B80FBC: hue angle of 298.61º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80FBC is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 15 | 188 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.26 |
| HSL | 298.61º | 0.85% | 0.4% | - |
| HSV(B) | 298.61º | 0.92% | 0.74% | - |
| XYZ | 29.02 | 14.16 | 48.78 | - |
| YUV | 85.25 | 185.99 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 188 | 0.02 | 0.92 | 0 | 0.26 | 298.61 | 0.85 | 0.4 |
| Hex | B8 | F | BC | 2 | 5C | 0 | 1A | 12B | 55 | 28 |
| Octal | 270 | 17 | 274 | 2 | 134 | 0 | 32 | 453 | 125 | 50 |
| Binary | 10111000 | 1111 | 10111100 | 10 | 1011100 | 0 | 11010 | 100101011 | 1010101 | 101000 |
Color Harmonies of #B80FBC
Complementary color
Monochromatic Colors of #B80FBC
Black with #B80FBC
Text Example
Text Example
White with #B80FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FBC; }
p { color: rgb(184,15,188); }
H1.HeaderClassName
{
color: #B80FBC;
}
.AnyTagClassName
{
color: #B80FBC;
}
</style>
background-color css
<style>
a { background-color: #B80FBC; }
a { background-color: rgb(184,15,188); }
div.DivClassName
{
background-color: #B80FBC;
}
.BgClassName
{
background-color: #B80FBC;
}
</style>
border-color css
<style>
span { border-color: #B80FBC; }
span { border-color: rgb(184,15,188); }
td.TdClassName
{
border-color: #B80FBC;
}
.TagClassName
{
border-color: #B80FBC;
}
</style>