Shades of Medium Violet Red #B81398
Tints of Medium Violet Red #B81398
RGB
CMYK
RGB Variations
Color information
#B81398 (or 0xB81398) is known color: Medium Violet Red. HEX triplet: B8, 13 and 98. RGB value is (184,19,152). Sum of RGB (Red+Green+Blue) = 184+19+152=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B81398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81398 is #47EC67. Grayscale: #535353. Windows color (decimal): -4713576 or 9966520. OLE color: 9966520.
HSL color Cylindrical-coordinate representation of color #B81398: hue angle of 311.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81398 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 152 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.28 |
| HSL | 311.64º | 0.81% | 0.4% | - |
| HSV(B) | 311.64º | 0.9% | 0.72% | - |
| XYZ | 25.67 | 12.92 | 30.85 | - |
| YUV | 83.5 | 166.66 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 152 | 0 | 0.90 | 0.17 | 0.28 | 311.64 | 0.81 | 0.4 |
| Hex | B8 | 13 | 98 | 0 | 5A | 11 | 1C | 138 | 51 | 28 |
| Octal | 270 | 23 | 230 | 0 | 132 | 21 | 34 | 470 | 121 | 50 |
| Binary | 10111000 | 10011 | 10011000 | 0 | 1011010 | 10001 | 11100 | 100111000 | 1010001 | 101000 |
Color Harmonies of #B81398
Complementary color
Monochromatic Colors of #B81398
Black with #B81398
Text Example
Text Example
White with #B81398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81398; }
p { color: rgb(184,19,152); }
H1.HeaderClassName
{
color: #B81398;
}
.AnyTagClassName
{
color: #B81398;
}
</style>
background-color css
<style>
a { background-color: #B81398; }
a { background-color: rgb(184,19,152); }
div.DivClassName
{
background-color: #B81398;
}
.BgClassName
{
background-color: #B81398;
}
</style>
border-color css
<style>
span { border-color: #B81398; }
span { border-color: rgb(184,19,152); }
td.TdClassName
{
border-color: #B81398;
}
.TagClassName
{
border-color: #B81398;
}
</style>