Shades of Medium Red Violet #B93999
Tints of Medium Red Violet #B93999
RGB
CMYK
RGB Variations
Color information
#B93999 (or 0xB93999) is known color: Medium Red Violet. HEX triplet: B9, 39 and 99. RGB value is (185,57,153). Sum of RGB (Red+Green+Blue) = 185+57+153=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B93999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93999 is #46C666. Grayscale: #696969. Windows color (decimal): -4638311 or 10041785. OLE color: 10041785.
HSL color Cylindrical-coordinate representation of color #B93999: hue angle of 315º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93999 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 57 | 153 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.27 |
| HSL | 315º | 0.53% | 0.47% | - |
| HSV(B) | 315º | 0.69% | 0.73% | - |
| XYZ | 27.22 | 15.54 | 31.7 | - |
| YUV | 106.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 153 | 0 | 0.69 | 0.17 | 0.27 | 315 | 0.53 | 0.47 |
| Hex | B9 | 39 | 99 | 0 | 45 | 11 | 1B | 13B | 35 | 2F |
| Octal | 271 | 71 | 231 | 0 | 105 | 21 | 33 | 473 | 65 | 57 |
| Binary | 10111001 | 111001 | 10011001 | 0 | 1000101 | 10001 | 11011 | 100111011 | 110101 | 101111 |
Color Harmonies of #B93999
Complementary color
Monochromatic Colors of #B93999
Black with #B93999
Text Example
Text Example
White with #B93999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93999; }
p { color: rgb(185,57,153); }
H1.HeaderClassName
{
color: #B93999;
}
.AnyTagClassName
{
color: #B93999;
}
</style>
background-color css
<style>
a { background-color: #B93999; }
a { background-color: rgb(185,57,153); }
div.DivClassName
{
background-color: #B93999;
}
.BgClassName
{
background-color: #B93999;
}
</style>
border-color css
<style>
span { border-color: #B93999; }
span { border-color: rgb(185,57,153); }
td.TdClassName
{
border-color: #B93999;
}
.TagClassName
{
border-color: #B93999;
}
</style>