Shades of Medium Red Violet #B93198
Tints of Medium Red Violet #B93198
RGB
CMYK
RGB Variations
Color information
#B93198 (or 0xB93198) is known color: Medium Red Violet. HEX triplet: B9, 31 and 98. RGB value is (185,49,152). Sum of RGB (Red+Green+Blue) = 185+49+152=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B93198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93198 is #46CE67. Grayscale: #656565. Windows color (decimal): -4640360 or 9974201. OLE color: 9974201.
HSL color Cylindrical-coordinate representation of color #B93198: hue angle of 314.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93198 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 152 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.27 |
| HSL | 314.56º | 0.58% | 0.46% | - |
| HSV(B) | 314.56º | 0.74% | 0.73% | - |
| XYZ | 26.77 | 14.78 | 31.15 | - |
| YUV | 101.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 152 | 0 | 0.74 | 0.18 | 0.27 | 314.56 | 0.58 | 0.46 |
| Hex | B9 | 31 | 98 | 0 | 4A | 12 | 1B | 13B | 3A | 2E |
| Octal | 271 | 61 | 230 | 0 | 112 | 22 | 33 | 473 | 72 | 56 |
| Binary | 10111001 | 110001 | 10011000 | 0 | 1001010 | 10010 | 11011 | 100111011 | 111010 | 101110 |
Color Harmonies of #B93198
Complementary color
Monochromatic Colors of #B93198
Black with #B93198
Text Example
Text Example
White with #B93198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93198; }
p { color: rgb(185,49,152); }
H1.HeaderClassName
{
color: #B93198;
}
.AnyTagClassName
{
color: #B93198;
}
</style>
background-color css
<style>
a { background-color: #B93198; }
a { background-color: rgb(185,49,152); }
div.DivClassName
{
background-color: #B93198;
}
.BgClassName
{
background-color: #B93198;
}
</style>
border-color css
<style>
span { border-color: #B93198; }
span { border-color: rgb(185,49,152); }
td.TdClassName
{
border-color: #B93198;
}
.TagClassName
{
border-color: #B93198;
}
</style>