Shades of Medium Red Violet #B93089
Tints of Medium Red Violet #B93089
RGB
CMYK
RGB Variations
Color information
#B93089 (or 0xB93089) is known color: Medium Red Violet. HEX triplet: B9, 30 and 89. RGB value is (185,48,137). Sum of RGB (Red+Green+Blue) = 185+48+137=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B93089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93089 is #46CF76. Grayscale: #626262. Windows color (decimal): -4640631 or 8990905. OLE color: 8990905.
HSL color Cylindrical-coordinate representation of color #B93089: hue angle of 321.02º 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 #B93089 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 137 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.27 |
| HSL | 321.02º | 0.59% | 0.46% | - |
| HSV(B) | 321.02º | 0.74% | 0.73% | - |
| XYZ | 25.58 | 14.23 | 25.07 | - |
| YUV | 99.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 137 | 0 | 0.74 | 0.26 | 0.27 | 321.02 | 0.59 | 0.46 |
| Hex | B9 | 30 | 89 | 0 | 4A | 1A | 1B | 141 | 3B | 2E |
| Octal | 271 | 60 | 211 | 0 | 112 | 32 | 33 | 501 | 73 | 56 |
| Binary | 10111001 | 110000 | 10001001 | 0 | 1001010 | 11010 | 11011 | 101000001 | 111011 | 101110 |
Color Harmonies of #B93089
Complementary color
Monochromatic Colors of #B93089
Black with #B93089
Text Example
Text Example
White with #B93089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93089; }
p { color: rgb(185,48,137); }
H1.HeaderClassName
{
color: #B93089;
}
.AnyTagClassName
{
color: #B93089;
}
</style>
background-color css
<style>
a { background-color: #B93089; }
a { background-color: rgb(185,48,137); }
div.DivClassName
{
background-color: #B93089;
}
.BgClassName
{
background-color: #B93089;
}
</style>
border-color css
<style>
span { border-color: #B93089; }
span { border-color: rgb(185,48,137); }
td.TdClassName
{
border-color: #B93089;
}
.TagClassName
{
border-color: #B93089;
}
</style>