Shades of Deep Magenta #B80BC7
Tints of Deep Magenta #B80BC7
RGB
CMYK
RGB Variations
Color information
#B80BC7 (or 0xB80BC7) is known color: Deep Magenta. HEX triplet: B8, 0B and C7. RGB value is (184,11,199). Sum of RGB (Red+Green+Blue) = 184+11+199=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #B80BC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BC7 is #47F438. Grayscale: #535353. Windows color (decimal): -4715577 or 13044664. OLE color: 13044664.
HSL color Cylindrical-coordinate representation of color #B80BC7: hue angle of 295.21º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80BC7 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 11 | 199 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.22 |
| HSL | 295.21º | 0.9% | 0.41% | - |
| HSV(B) | 295.21º | 0.94% | 0.78% | - |
| XYZ | 30.2 | 14.55 | 55.25 | - |
| YUV | 84.16 | 192.81 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 199 | 0.08 | 0.94 | 0 | 0.22 | 295.21 | 0.9 | 0.41 |
| Hex | B8 | B | C7 | 8 | 5E | 0 | 16 | 127 | 5A | 29 |
| Octal | 270 | 13 | 307 | 10 | 136 | 0 | 26 | 447 | 132 | 51 |
| Binary | 10111000 | 1011 | 11000111 | 1000 | 1011110 | 0 | 10110 | 100100111 | 1011010 | 101001 |
Color Harmonies of #B80BC7
Complementary color
Monochromatic Colors of #B80BC7
Black with #B80BC7
Text Example
Text Example
White with #B80BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BC7; }
p { color: rgb(184,11,199); }
H1.HeaderClassName
{
color: #B80BC7;
}
.AnyTagClassName
{
color: #B80BC7;
}
</style>
background-color css
<style>
a { background-color: #B80BC7; }
a { background-color: rgb(184,11,199); }
div.DivClassName
{
background-color: #B80BC7;
}
.BgClassName
{
background-color: #B80BC7;
}
</style>
border-color css
<style>
span { border-color: #B80BC7; }
span { border-color: rgb(184,11,199); }
td.TdClassName
{
border-color: #B80BC7;
}
.TagClassName
{
border-color: #B80BC7;
}
</style>