Shades of Deep Magenta #B80FB9
Tints of Deep Magenta #B80FB9
RGB
CMYK
RGB Variations
Color information
#B80FB9 (or 0xB80FB9) is known color: Deep Magenta. HEX triplet: B8, 0F and B9. RGB value is (184,15,185). Sum of RGB (Red+Green+Blue) = 184+15+185=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #B80FB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FB9 is #47F046. Grayscale: #545454. Windows color (decimal): -4714567 or 12128184. OLE color: 12128184.
HSL color Cylindrical-coordinate representation of color #B80FB9: hue angle of 299.65º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80FB9 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 15 | 185 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.27 |
| HSL | 299.65º | 0.85% | 0.39% | - |
| HSV(B) | 299.65º | 0.92% | 0.73% | - |
| XYZ | 28.69 | 14.03 | 47.1 | - |
| YUV | 84.91 | 184.49 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 185 | 0.01 | 0.92 | 0 | 0.27 | 299.65 | 0.85 | 0.39 |
| Hex | B8 | F | B9 | 1 | 5C | 0 | 1B | 12C | 55 | 27 |
| Octal | 270 | 17 | 271 | 1 | 134 | 0 | 33 | 454 | 125 | 47 |
| Binary | 10111000 | 1111 | 10111001 | 1 | 1011100 | 0 | 11011 | 100101100 | 1010101 | 100111 |
Color Harmonies of #B80FB9
Complementary color
Monochromatic Colors of #B80FB9
Black with #B80FB9
Text Example
Text Example
White with #B80FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FB9; }
p { color: rgb(184,15,185); }
H1.HeaderClassName
{
color: #B80FB9;
}
.AnyTagClassName
{
color: #B80FB9;
}
</style>
background-color css
<style>
a { background-color: #B80FB9; }
a { background-color: rgb(184,15,185); }
div.DivClassName
{
background-color: #B80FB9;
}
.BgClassName
{
background-color: #B80FB9;
}
</style>
border-color css
<style>
span { border-color: #B80FB9; }
span { border-color: rgb(184,15,185); }
td.TdClassName
{
border-color: #B80FB9;
}
.TagClassName
{
border-color: #B80FB9;
}
</style>