Shades of Medium Violet Red #B80598
Tints of Medium Violet Red #B80598
RGB
CMYK
RGB Variations
Color information
#B80598 (or 0xB80598) is known color: Medium Violet Red. HEX triplet: B8, 05 and 98. RGB value is (184,5,152). Sum of RGB (Red+Green+Blue) = 184+5+152=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B80598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80598 is #47FA67. Grayscale: #4A4A4A. Windows color (decimal): -4717160 or 9962936. OLE color: 9962936.
HSL color Cylindrical-coordinate representation of color #B80598: hue angle of 310.73º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80598 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 152 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.28 |
| HSL | 310.73º | 0.95% | 0.37% | - |
| HSV(B) | 310.73º | 0.97% | 0.72% | - |
| XYZ | 25.49 | 12.57 | 30.79 | - |
| YUV | 75.28 | 171.3 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 152 | 0 | 0.97 | 0.17 | 0.28 | 310.73 | 0.95 | 0.37 |
| Hex | B8 | 5 | 98 | 0 | 61 | 11 | 1C | 137 | 5F | 25 |
| Octal | 270 | 5 | 230 | 0 | 141 | 21 | 34 | 467 | 137 | 45 |
| Binary | 10111000 | 101 | 10011000 | 0 | 1100001 | 10001 | 11100 | 100110111 | 1011111 | 100101 |
Color Harmonies of #B80598
Complementary color
Monochromatic Colors of #B80598
Black with #B80598
Text Example
Text Example
White with #B80598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80598; }
p { color: rgb(184,5,152); }
H1.HeaderClassName
{
color: #B80598;
}
.AnyTagClassName
{
color: #B80598;
}
</style>
background-color css
<style>
a { background-color: #B80598; }
a { background-color: rgb(184,5,152); }
div.DivClassName
{
background-color: #B80598;
}
.BgClassName
{
background-color: #B80598;
}
</style>
border-color css
<style>
span { border-color: #B80598; }
span { border-color: rgb(184,5,152); }
td.TdClassName
{
border-color: #B80598;
}
.TagClassName
{
border-color: #B80598;
}
</style>