Shades of Medium Violet Red #B81798
Tints of Medium Violet Red #B81798
RGB
CMYK
RGB Variations
Color information
#B81798 (or 0xB81798) is known color: Medium Violet Red. HEX triplet: B8, 17 and 98. RGB value is (184,23,152). Sum of RGB (Red+Green+Blue) = 184+23+152=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B81798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81798 is #47E867. Grayscale: #555555. Windows color (decimal): -4712552 or 9967544. OLE color: 9967544.
HSL color Cylindrical-coordinate representation of color #B81798: hue angle of 311.93º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81798 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 152 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.28 |
| HSL | 311.93º | 0.78% | 0.41% | - |
| HSV(B) | 311.93º | 0.88% | 0.72% | - |
| XYZ | 25.74 | 13.07 | 30.87 | - |
| YUV | 85.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 152 | 0 | 0.88 | 0.17 | 0.28 | 311.93 | 0.78 | 0.41 |
| Hex | B8 | 17 | 98 | 0 | 58 | 11 | 1C | 138 | 4E | 29 |
| Octal | 270 | 27 | 230 | 0 | 130 | 21 | 34 | 470 | 116 | 51 |
| Binary | 10111000 | 10111 | 10011000 | 0 | 1011000 | 10001 | 11100 | 100111000 | 1001110 | 101001 |
Color Harmonies of #B81798
Complementary color
Monochromatic Colors of #B81798
Black with #B81798
Text Example
Text Example
White with #B81798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81798; }
p { color: rgb(184,23,152); }
H1.HeaderClassName
{
color: #B81798;
}
.AnyTagClassName
{
color: #B81798;
}
</style>
background-color css
<style>
a { background-color: #B81798; }
a { background-color: rgb(184,23,152); }
div.DivClassName
{
background-color: #B81798;
}
.BgClassName
{
background-color: #B81798;
}
</style>
border-color css
<style>
span { border-color: #B81798; }
span { border-color: rgb(184,23,152); }
td.TdClassName
{
border-color: #B81798;
}
.TagClassName
{
border-color: #B81798;
}
</style>