Shades of Medium Violet Red #B80796
Tints of Medium Violet Red #B80796
RGB
CMYK
RGB Variations
Color information
#B80796 (or 0xB80796) is known color: Medium Violet Red. HEX triplet: B8, 07 and 96. RGB value is (184,7,150). Sum of RGB (Red+Green+Blue) = 184+7+150=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B80796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80796 is #47F869. Grayscale: #4B4B4B. Windows color (decimal): -4716650 or 9832376. OLE color: 9832376.
HSL color Cylindrical-coordinate representation of color #B80796: hue angle of 311.53º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80796 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 150 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.28 |
| HSL | 311.53º | 0.93% | 0.37% | - |
| HSV(B) | 311.53º | 0.96% | 0.72% | - |
| XYZ | 25.35 | 12.54 | 29.94 | - |
| YUV | 76.23 | 169.64 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 150 | 0 | 0.96 | 0.18 | 0.28 | 311.53 | 0.93 | 0.37 |
| Hex | B8 | 7 | 96 | 0 | 60 | 12 | 1C | 138 | 5D | 25 |
| Octal | 270 | 7 | 226 | 0 | 140 | 22 | 34 | 470 | 135 | 45 |
| Binary | 10111000 | 111 | 10010110 | 0 | 1100000 | 10010 | 11100 | 100111000 | 1011101 | 100101 |
Color Harmonies of #B80796
Complementary color
Monochromatic Colors of #B80796
Black with #B80796
Text Example
Text Example
White with #B80796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80796; }
p { color: rgb(184,7,150); }
H1.HeaderClassName
{
color: #B80796;
}
.AnyTagClassName
{
color: #B80796;
}
</style>
background-color css
<style>
a { background-color: #B80796; }
a { background-color: rgb(184,7,150); }
div.DivClassName
{
background-color: #B80796;
}
.BgClassName
{
background-color: #B80796;
}
</style>
border-color css
<style>
span { border-color: #B80796; }
span { border-color: rgb(184,7,150); }
td.TdClassName
{
border-color: #B80796;
}
.TagClassName
{
border-color: #B80796;
}
</style>