Shades of Medium Violet Red #B80098
Tints of Medium Violet Red #B80098
RGB
CMYK
RGB Variations
Color information
#B80098 (or 0xB80098) is known color: Medium Violet Red. HEX triplet: B8, 00 and 98. RGB value is (184,0,152). Sum of RGB (Red+Green+Blue) = 184+0+152=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B80098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80098 is #47FF67. Grayscale: #474747. Windows color (decimal): -4718440 or 9961656. OLE color: 9961656.
HSL color Cylindrical-coordinate representation of color #B80098: hue angle of 310.43º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80098 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.17 | 0.28 |
| HSL | 310.43º | 1% | 0.36% | - |
| HSV(B) | 310.43º | 1% | 0.72% | - |
| XYZ | 25.43 | 12.46 | 30.77 | - |
| YUV | 72.34 | 172.96 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 152 | 0 | 1 | 0.17 | 0.28 | 310.43 | 1 | 0.36 |
| Hex | B8 | 0 | 98 | 0 | 64 | 11 | 1C | 136 | 64 | 24 |
| Octal | 270 | 0 | 230 | 0 | 144 | 21 | 34 | 466 | 144 | 44 |
| Binary | 10111000 | 0 | 10011000 | 0 | 1100100 | 10001 | 11100 | 100110110 | 1100100 | 100100 |
Color Harmonies of #B80098
Complementary color
Monochromatic Colors of #B80098
Black with #B80098
Text Example
Text Example
White with #B80098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80098; }
p { color: rgb(184,0,152); }
H1.HeaderClassName
{
color: #B80098;
}
.AnyTagClassName
{
color: #B80098;
}
</style>
background-color css
<style>
a { background-color: #B80098; }
a { background-color: rgb(184,0,152); }
div.DivClassName
{
background-color: #B80098;
}
.BgClassName
{
background-color: #B80098;
}
</style>
border-color css
<style>
span { border-color: #B80098; }
span { border-color: rgb(184,0,152); }
td.TdClassName
{
border-color: #B80098;
}
.TagClassName
{
border-color: #B80098;
}
</style>