Shades of Medium Red Violet #B93389
Tints of Medium Red Violet #B93389
RGB
CMYK
RGB Variations
Color information
#B93389 (or 0xB93389) is known color: Medium Red Violet. HEX triplet: B9, 33 and 89. RGB value is (185,51,137). Sum of RGB (Red+Green+Blue) = 185+51+137=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B93389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93389 is #46CC76. Grayscale: #646464. Windows color (decimal): -4639863 or 8991673. OLE color: 8991673.
HSL color Cylindrical-coordinate representation of color #B93389: hue angle of 321.49º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93389 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 137 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.27 |
| HSL | 321.49º | 0.57% | 0.46% | - |
| HSV(B) | 321.49º | 0.72% | 0.73% | - |
| XYZ | 25.71 | 14.49 | 25.11 | - |
| YUV | 100.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 137 | 0 | 0.72 | 0.26 | 0.27 | 321.49 | 0.57 | 0.46 |
| Hex | B9 | 33 | 89 | 0 | 48 | 1A | 1B | 141 | 39 | 2E |
| Octal | 271 | 63 | 211 | 0 | 110 | 32 | 33 | 501 | 71 | 56 |
| Binary | 10111001 | 110011 | 10001001 | 0 | 1001000 | 11010 | 11011 | 101000001 | 111001 | 101110 |
Color Harmonies of #B93389
Complementary color
Monochromatic Colors of #B93389
Black with #B93389
Text Example
Text Example
White with #B93389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93389; }
p { color: rgb(185,51,137); }
H1.HeaderClassName
{
color: #B93389;
}
.AnyTagClassName
{
color: #B93389;
}
</style>
background-color css
<style>
a { background-color: #B93389; }
a { background-color: rgb(185,51,137); }
div.DivClassName
{
background-color: #B93389;
}
.BgClassName
{
background-color: #B93389;
}
</style>
border-color css
<style>
span { border-color: #B93389; }
span { border-color: rgb(185,51,137); }
td.TdClassName
{
border-color: #B93389;
}
.TagClassName
{
border-color: #B93389;
}
</style>