Shades of Medium Violet Red #B80898
Tints of Medium Violet Red #B80898
RGB
CMYK
RGB Variations
Color information
#B80898 (or 0xB80898) is known color: Medium Violet Red. HEX triplet: B8, 08 and 98. RGB value is (184,8,152). Sum of RGB (Red+Green+Blue) = 184+8+152=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B80898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80898 is #47F767. Grayscale: #4C4C4C. Windows color (decimal): -4716392 or 9963704. OLE color: 9963704.
HSL color Cylindrical-coordinate representation of color #B80898: hue angle of 310.91º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80898 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 152 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.28 |
| HSL | 310.91º | 0.92% | 0.38% | - |
| HSV(B) | 310.91º | 0.96% | 0.72% | - |
| XYZ | 25.52 | 12.63 | 30.8 | - |
| YUV | 77.04 | 170.31 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 152 | 0 | 0.96 | 0.17 | 0.28 | 310.91 | 0.92 | 0.38 |
| Hex | B8 | 8 | 98 | 0 | 60 | 11 | 1C | 137 | 5C | 26 |
| Octal | 270 | 10 | 230 | 0 | 140 | 21 | 34 | 467 | 134 | 46 |
| Binary | 10111000 | 1000 | 10011000 | 0 | 1100000 | 10001 | 11100 | 100110111 | 1011100 | 100110 |
Color Harmonies of #B80898
Complementary color
Monochromatic Colors of #B80898
Black with #B80898
Text Example
Text Example
White with #B80898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80898; }
p { color: rgb(184,8,152); }
H1.HeaderClassName
{
color: #B80898;
}
.AnyTagClassName
{
color: #B80898;
}
</style>
background-color css
<style>
a { background-color: #B80898; }
a { background-color: rgb(184,8,152); }
div.DivClassName
{
background-color: #B80898;
}
.BgClassName
{
background-color: #B80898;
}
</style>
border-color css
<style>
span { border-color: #B80898; }
span { border-color: rgb(184,8,152); }
td.TdClassName
{
border-color: #B80898;
}
.TagClassName
{
border-color: #B80898;
}
</style>