Shades of Deep Magenta #B80FB6
Tints of Deep Magenta #B80FB6
RGB
CMYK
RGB Variations
Color information
#B80FB6 (or 0xB80FB6) is known color: Deep Magenta. HEX triplet: B8, 0F and B6. RGB value is (184,15,182). Sum of RGB (Red+Green+Blue) = 184+15+182=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B80FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FB6 is #47F049. Grayscale: #545454. Windows color (decimal): -4714570 or 11931576. OLE color: 11931576.
HSL color Cylindrical-coordinate representation of color #B80FB6: hue angle of 300.71º 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 #B80FB6 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 182 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.28 |
| HSL | 300.71º | 0.85% | 0.39% | - |
| HSV(B) | 300.71º | 0.92% | 0.72% | - |
| XYZ | 28.38 | 13.91 | 45.44 | - |
| YUV | 84.57 | 182.99 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 182 | 0 | 0.92 | 0.01 | 0.28 | 300.71 | 0.85 | 0.39 |
| Hex | B8 | F | B6 | 0 | 5C | 1 | 1C | 12D | 55 | 27 |
| Octal | 270 | 17 | 266 | 0 | 134 | 1 | 34 | 455 | 125 | 47 |
| Binary | 10111000 | 1111 | 10110110 | 0 | 1011100 | 1 | 11100 | 100101101 | 1010101 | 100111 |
Color Harmonies of #B80FB6
Complementary color
Monochromatic Colors of #B80FB6
Black with #B80FB6
Text Example
Text Example
White with #B80FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FB6; }
p { color: rgb(184,15,182); }
H1.HeaderClassName
{
color: #B80FB6;
}
.AnyTagClassName
{
color: #B80FB6;
}
</style>
background-color css
<style>
a { background-color: #B80FB6; }
a { background-color: rgb(184,15,182); }
div.DivClassName
{
background-color: #B80FB6;
}
.BgClassName
{
background-color: #B80FB6;
}
</style>
border-color css
<style>
span { border-color: #B80FB6; }
span { border-color: rgb(184,15,182); }
td.TdClassName
{
border-color: #B80FB6;
}
.TagClassName
{
border-color: #B80FB6;
}
</style>