Shades of Medium Red Violet #B93889
Tints of Medium Red Violet #B93889
RGB
CMYK
RGB Variations
Color information
#B93889 (or 0xB93889) is known color: Medium Red Violet. HEX triplet: B9, 38 and 89. RGB value is (185,56,137). Sum of RGB (Red+Green+Blue) = 185+56+137=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B93889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93889 is #46C776. Grayscale: #676767. Windows color (decimal): -4638583 or 8992953. OLE color: 8992953.
HSL color Cylindrical-coordinate representation of color #B93889: hue angle of 322.33º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93889 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 137 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.27 |
| HSL | 322.33º | 0.54% | 0.47% | - |
| HSV(B) | 322.33º | 0.7% | 0.73% | - |
| XYZ | 25.94 | 14.95 | 25.19 | - |
| YUV | 103.81 | 146.74 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 137 | 0 | 0.70 | 0.26 | 0.27 | 322.33 | 0.54 | 0.47 |
| Hex | B9 | 38 | 89 | 0 | 46 | 1A | 1B | 142 | 36 | 2F |
| Octal | 271 | 70 | 211 | 0 | 106 | 32 | 33 | 502 | 66 | 57 |
| Binary | 10111001 | 111000 | 10001001 | 0 | 1000110 | 11010 | 11011 | 101000010 | 110110 | 101111 |
Color Harmonies of #B93889
Complementary color
Monochromatic Colors of #B93889
Black with #B93889
Text Example
Text Example
White with #B93889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93889; }
p { color: rgb(185,56,137); }
H1.HeaderClassName
{
color: #B93889;
}
.AnyTagClassName
{
color: #B93889;
}
</style>
background-color css
<style>
a { background-color: #B93889; }
a { background-color: rgb(185,56,137); }
div.DivClassName
{
background-color: #B93889;
}
.BgClassName
{
background-color: #B93889;
}
</style>
border-color css
<style>
span { border-color: #B93889; }
span { border-color: rgb(185,56,137); }
td.TdClassName
{
border-color: #B93889;
}
.TagClassName
{
border-color: #B93889;
}
</style>