Shades of Deep Magenta #B80FB7
Tints of Deep Magenta #B80FB7
RGB
CMYK
RGB Variations
Color information
#B80FB7 (or 0xB80FB7) is known color: Deep Magenta. HEX triplet: B8, 0F and B7. RGB value is (184,15,183). Sum of RGB (Red+Green+Blue) = 184+15+183=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B80FB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FB7 is #47F048. Grayscale: #545454. Windows color (decimal): -4714569 or 11997112. OLE color: 11997112.
HSL color Cylindrical-coordinate representation of color #B80FB7: hue angle of 300.36º 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 #B80FB7 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 183 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.28 |
| HSL | 300.36º | 0.85% | 0.39% | - |
| HSV(B) | 300.36º | 0.92% | 0.72% | - |
| XYZ | 28.49 | 13.95 | 45.99 | - |
| YUV | 84.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 183 | 0 | 0.92 | 0.01 | 0.28 | 300.36 | 0.85 | 0.39 |
| Hex | B8 | F | B7 | 0 | 5C | 1 | 1C | 12C | 55 | 27 |
| Octal | 270 | 17 | 267 | 0 | 134 | 1 | 34 | 454 | 125 | 47 |
| Binary | 10111000 | 1111 | 10110111 | 0 | 1011100 | 1 | 11100 | 100101100 | 1010101 | 100111 |
Color Harmonies of #B80FB7
Complementary color
Monochromatic Colors of #B80FB7
Black with #B80FB7
Text Example
Text Example
White with #B80FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FB7; }
p { color: rgb(184,15,183); }
H1.HeaderClassName
{
color: #B80FB7;
}
.AnyTagClassName
{
color: #B80FB7;
}
</style>
background-color css
<style>
a { background-color: #B80FB7; }
a { background-color: rgb(184,15,183); }
div.DivClassName
{
background-color: #B80FB7;
}
.BgClassName
{
background-color: #B80FB7;
}
</style>
border-color css
<style>
span { border-color: #B80FB7; }
span { border-color: rgb(184,15,183); }
td.TdClassName
{
border-color: #B80FB7;
}
.TagClassName
{
border-color: #B80FB7;
}
</style>