Shades of Medium Red Violet #B93774
Tints of Medium Red Violet #B93774
RGB
CMYK
RGB Variations
Color information
#B93774 (or 0xB93774) is known color: Medium Red Violet. HEX triplet: B9, 37 and 74. RGB value is (185,55,116). Sum of RGB (Red+Green+Blue) = 185+55+116=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B93774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93774 is #46C88B. Grayscale: #646464. Windows color (decimal): -4638860 or 7616441. OLE color: 7616441.
HSL color Cylindrical-coordinate representation of color #B93774: hue angle of 331.85º 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 #B93774 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 116 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.27 |
| HSL | 331.85º | 0.54% | 0.47% | - |
| HSV(B) | 331.85º | 0.7% | 0.73% | - |
| XYZ | 24.53 | 14.31 | 17.99 | - |
| YUV | 100.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 116 | 0 | 0.70 | 0.37 | 0.27 | 331.85 | 0.54 | 0.47 |
| Hex | B9 | 37 | 74 | 0 | 46 | 25 | 1B | 14C | 36 | 2F |
| Octal | 271 | 67 | 164 | 0 | 106 | 45 | 33 | 514 | 66 | 57 |
| Binary | 10111001 | 110111 | 1110100 | 0 | 1000110 | 100101 | 11011 | 101001100 | 110110 | 101111 |
Color Harmonies of #B93774
Complementary color
Monochromatic Colors of #B93774
Black with #B93774
Text Example
Text Example
White with #B93774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93774; }
p { color: rgb(185,55,116); }
H1.HeaderClassName
{
color: #B93774;
}
.AnyTagClassName
{
color: #B93774;
}
</style>
background-color css
<style>
a { background-color: #B93774; }
a { background-color: rgb(185,55,116); }
div.DivClassName
{
background-color: #B93774;
}
.BgClassName
{
background-color: #B93774;
}
</style>
border-color css
<style>
span { border-color: #B93774; }
span { border-color: rgb(185,55,116); }
td.TdClassName
{
border-color: #B93774;
}
.TagClassName
{
border-color: #B93774;
}
</style>