Shades of Medium Violet Red #B81098
Tints of Medium Violet Red #B81098
RGB
CMYK
RGB Variations
Color information
#B81098 (or 0xB81098) is known color: Medium Violet Red. HEX triplet: B8, 10 and 98. RGB value is (184,16,152). Sum of RGB (Red+Green+Blue) = 184+16+152=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B81098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81098 is #47EF67. Grayscale: #515151. Windows color (decimal): -4714344 or 9965752. OLE color: 9965752.
HSL color Cylindrical-coordinate representation of color #B81098: hue angle of 311.43º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81098 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 152 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.28 |
| HSL | 311.43º | 0.84% | 0.39% | - |
| HSV(B) | 311.43º | 0.91% | 0.72% | - |
| XYZ | 25.62 | 12.83 | 30.83 | - |
| YUV | 81.74 | 167.66 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 152 | 0 | 0.91 | 0.17 | 0.28 | 311.43 | 0.84 | 0.39 |
| Hex | B8 | 10 | 98 | 0 | 5B | 11 | 1C | 137 | 54 | 27 |
| Octal | 270 | 20 | 230 | 0 | 133 | 21 | 34 | 467 | 124 | 47 |
| Binary | 10111000 | 10000 | 10011000 | 0 | 1011011 | 10001 | 11100 | 100110111 | 1010100 | 100111 |
Color Harmonies of #B81098
Complementary color
Monochromatic Colors of #B81098
Black with #B81098
Text Example
Text Example
White with #B81098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81098; }
p { color: rgb(184,16,152); }
H1.HeaderClassName
{
color: #B81098;
}
.AnyTagClassName
{
color: #B81098;
}
</style>
background-color css
<style>
a { background-color: #B81098; }
a { background-color: rgb(184,16,152); }
div.DivClassName
{
background-color: #B81098;
}
.BgClassName
{
background-color: #B81098;
}
</style>
border-color css
<style>
span { border-color: #B81098; }
span { border-color: rgb(184,16,152); }
td.TdClassName
{
border-color: #B81098;
}
.TagClassName
{
border-color: #B81098;
}
</style>