Shades of Medium Violet Red #B80798
Tints of Medium Violet Red #B80798
RGB
CMYK
RGB Variations
Color information
#B80798 (or 0xB80798) is known color: Medium Violet Red. HEX triplet: B8, 07 and 98. RGB value is (184,7,152). Sum of RGB (Red+Green+Blue) = 184+7+152=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B80798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80798 is #47F867. Grayscale: #4C4C4C. Windows color (decimal): -4716648 or 9963448. OLE color: 9963448.
HSL color Cylindrical-coordinate representation of color #B80798: hue angle of 310.85º 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 #B80798 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 152 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.28 |
| HSL | 310.85º | 0.93% | 0.37% | - |
| HSV(B) | 310.85º | 0.96% | 0.72% | - |
| XYZ | 25.51 | 12.61 | 30.8 | - |
| YUV | 76.45 | 170.64 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 152 | 0 | 0.96 | 0.17 | 0.28 | 310.85 | 0.93 | 0.37 |
| Hex | B8 | 7 | 98 | 0 | 60 | 11 | 1C | 137 | 5D | 25 |
| Octal | 270 | 7 | 230 | 0 | 140 | 21 | 34 | 467 | 135 | 45 |
| Binary | 10111000 | 111 | 10011000 | 0 | 1100000 | 10001 | 11100 | 100110111 | 1011101 | 100101 |
Color Harmonies of #B80798
Complementary color
Monochromatic Colors of #B80798
Black with #B80798
Text Example
Text Example
White with #B80798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80798; }
p { color: rgb(184,7,152); }
H1.HeaderClassName
{
color: #B80798;
}
.AnyTagClassName
{
color: #B80798;
}
</style>
background-color css
<style>
a { background-color: #B80798; }
a { background-color: rgb(184,7,152); }
div.DivClassName
{
background-color: #B80798;
}
.BgClassName
{
background-color: #B80798;
}
</style>
border-color css
<style>
span { border-color: #B80798; }
span { border-color: rgb(184,7,152); }
td.TdClassName
{
border-color: #B80798;
}
.TagClassName
{
border-color: #B80798;
}
</style>