Shades of Deep Magenta #B80FAC
Tints of Deep Magenta #B80FAC
RGB
CMYK
RGB Variations
Color information
#B80FAC (or 0xB80FAC) is known color: Deep Magenta. HEX triplet: B8, 0F and AC. RGB value is (184,15,172). Sum of RGB (Red+Green+Blue) = 184+15+172=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B80FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80FAC is #47F053. Grayscale: #525252. Windows color (decimal): -4714580 or 11276216. OLE color: 11276216.
HSL color Cylindrical-coordinate representation of color #B80FAC: hue angle of 304.26º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80FAC is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 172 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.28 |
| HSL | 304.26º | 0.85% | 0.39% | - |
| HSV(B) | 304.26º | 0.92% | 0.72% | - |
| XYZ | 27.38 | 13.51 | 40.19 | - |
| YUV | 83.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 172 | 0 | 0.92 | 0.07 | 0.28 | 304.26 | 0.85 | 0.39 |
| Hex | B8 | F | AC | 0 | 5C | 7 | 1C | 130 | 55 | 27 |
| Octal | 270 | 17 | 254 | 0 | 134 | 7 | 34 | 460 | 125 | 47 |
| Binary | 10111000 | 1111 | 10101100 | 0 | 1011100 | 111 | 11100 | 100110000 | 1010101 | 100111 |
Color Harmonies of #B80FAC
Complementary color
Monochromatic Colors of #B80FAC
Black with #B80FAC
Text Example
Text Example
White with #B80FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FAC; }
p { color: rgb(184,15,172); }
H1.HeaderClassName
{
color: #B80FAC;
}
.AnyTagClassName
{
color: #B80FAC;
}
</style>
background-color css
<style>
a { background-color: #B80FAC; }
a { background-color: rgb(184,15,172); }
div.DivClassName
{
background-color: #B80FAC;
}
.BgClassName
{
background-color: #B80FAC;
}
</style>
border-color css
<style>
span { border-color: #B80FAC; }
span { border-color: rgb(184,15,172); }
td.TdClassName
{
border-color: #B80FAC;
}
.TagClassName
{
border-color: #B80FAC;
}
</style>