Shades of Medium Red Violet #B83198
Tints of Medium Red Violet #B83198
RGB
CMYK
RGB Variations
Color information
#B83198 (or 0xB83198) is known color: Medium Red Violet. HEX triplet: B8, 31 and 98. RGB value is (184,49,152). Sum of RGB (Red+Green+Blue) = 184+49+152=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B83198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83198 is #47CE67. Grayscale: #646464. Windows color (decimal): -4705896 or 9974200. OLE color: 9974200.
HSL color Cylindrical-coordinate representation of color #B83198: hue angle of 314.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83198 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 152 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.28 |
| HSL | 314.22º | 0.58% | 0.46% | - |
| HSV(B) | 314.22º | 0.73% | 0.72% | - |
| XYZ | 26.53 | 14.65 | 31.14 | - |
| YUV | 101.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 152 | 0 | 0.73 | 0.17 | 0.28 | 314.22 | 0.58 | 0.46 |
| Hex | B8 | 31 | 98 | 0 | 49 | 11 | 1C | 13A | 3A | 2E |
| Octal | 270 | 61 | 230 | 0 | 111 | 21 | 34 | 472 | 72 | 56 |
| Binary | 10111000 | 110001 | 10011000 | 0 | 1001001 | 10001 | 11100 | 100111010 | 111010 | 101110 |
Color Harmonies of #B83198
Complementary color
Monochromatic Colors of #B83198
Black with #B83198
Text Example
Text Example
White with #B83198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83198; }
p { color: rgb(184,49,152); }
H1.HeaderClassName
{
color: #B83198;
}
.AnyTagClassName
{
color: #B83198;
}
</style>
background-color css
<style>
a { background-color: #B83198; }
a { background-color: rgb(184,49,152); }
div.DivClassName
{
background-color: #B83198;
}
.BgClassName
{
background-color: #B83198;
}
</style>
border-color css
<style>
span { border-color: #B83198; }
span { border-color: rgb(184,49,152); }
td.TdClassName
{
border-color: #B83198;
}
.TagClassName
{
border-color: #B83198;
}
</style>