Shades of Medium Red Violet #B93098
Tints of Medium Red Violet #B93098
RGB
CMYK
RGB Variations
Color information
#B93098 (or 0xB93098) is known color: Medium Red Violet. HEX triplet: B9, 30 and 98. RGB value is (185,48,152). Sum of RGB (Red+Green+Blue) = 185+48+152=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B93098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93098 is #46CF67. Grayscale: #646464. Windows color (decimal): -4640616 or 9973945. OLE color: 9973945.
HSL color Cylindrical-coordinate representation of color #B93098: hue angle of 314.45º degrees, saturation: 0.59, 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 #B93098 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 152 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.27 |
| HSL | 314.45º | 0.59% | 0.46% | - |
| HSV(B) | 314.45º | 0.74% | 0.73% | - |
| XYZ | 26.73 | 14.7 | 31.13 | - |
| YUV | 100.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 152 | 0 | 0.74 | 0.18 | 0.27 | 314.45 | 0.59 | 0.46 |
| Hex | B9 | 30 | 98 | 0 | 4A | 12 | 1B | 13A | 3B | 2E |
| Octal | 271 | 60 | 230 | 0 | 112 | 22 | 33 | 472 | 73 | 56 |
| Binary | 10111001 | 110000 | 10011000 | 0 | 1001010 | 10010 | 11011 | 100111010 | 111011 | 101110 |
Color Harmonies of #B93098
Complementary color
Monochromatic Colors of #B93098
Black with #B93098
Text Example
Text Example
White with #B93098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93098; }
p { color: rgb(185,48,152); }
H1.HeaderClassName
{
color: #B93098;
}
.AnyTagClassName
{
color: #B93098;
}
</style>
background-color css
<style>
a { background-color: #B93098; }
a { background-color: rgb(185,48,152); }
div.DivClassName
{
background-color: #B93098;
}
.BgClassName
{
background-color: #B93098;
}
</style>
border-color css
<style>
span { border-color: #B93098; }
span { border-color: rgb(185,48,152); }
td.TdClassName
{
border-color: #B93098;
}
.TagClassName
{
border-color: #B93098;
}
</style>