Shades of Deep Magenta #B80FC6
Tints of Deep Magenta #B80FC6
RGB
CMYK
RGB Variations
Color information
#B80FC6 (or 0xB80FC6) is known color: Deep Magenta. HEX triplet: B8, 0F and C6. RGB value is (184,15,198). Sum of RGB (Red+Green+Blue) = 184+15+198=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #B80FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FC6 is #47F039. Grayscale: #555555. Windows color (decimal): -4714554 or 12980152. OLE color: 12980152.
HSL color Cylindrical-coordinate representation of color #B80FC6: hue angle of 295.41º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80FC6 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 15 | 198 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.22 |
| HSL | 295.41º | 0.86% | 0.42% | - |
| HSV(B) | 295.41º | 0.92% | 0.78% | - |
| XYZ | 30.13 | 14.61 | 54.66 | - |
| YUV | 86.39 | 190.99 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 198 | 0.07 | 0.92 | 0 | 0.22 | 295.41 | 0.86 | 0.42 |
| Hex | B8 | F | C6 | 7 | 5C | 0 | 16 | 127 | 56 | 2A |
| Octal | 270 | 17 | 306 | 7 | 134 | 0 | 26 | 447 | 126 | 52 |
| Binary | 10111000 | 1111 | 11000110 | 111 | 1011100 | 0 | 10110 | 100100111 | 1010110 | 101010 |
Color Harmonies of #B80FC6
Complementary color
Monochromatic Colors of #B80FC6
Black with #B80FC6
Text Example
Text Example
White with #B80FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FC6; }
p { color: rgb(184,15,198); }
H1.HeaderClassName
{
color: #B80FC6;
}
.AnyTagClassName
{
color: #B80FC6;
}
</style>
background-color css
<style>
a { background-color: #B80FC6; }
a { background-color: rgb(184,15,198); }
div.DivClassName
{
background-color: #B80FC6;
}
.BgClassName
{
background-color: #B80FC6;
}
</style>
border-color css
<style>
span { border-color: #B80FC6; }
span { border-color: rgb(184,15,198); }
td.TdClassName
{
border-color: #B80FC6;
}
.TagClassName
{
border-color: #B80FC6;
}
</style>