Shades of Medium Red Violet #B93574
Tints of Medium Red Violet #B93574
RGB
CMYK
RGB Variations
Color information
#B93574 (or 0xB93574) is known color: Medium Red Violet. HEX triplet: B9, 35 and 74. RGB value is (185,53,116). Sum of RGB (Red+Green+Blue) = 185+53+116=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B93574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93574 is #46CA8B. Grayscale: #636363. Windows color (decimal): -4639372 or 7615929. OLE color: 7615929.
HSL color Cylindrical-coordinate representation of color #B93574: hue angle of 331.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93574 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 116 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.27 |
| HSL | 331.36º | 0.55% | 0.47% | - |
| HSV(B) | 331.36º | 0.71% | 0.73% | - |
| XYZ | 24.43 | 14.12 | 17.96 | - |
| YUV | 99.65 | 137.23 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 116 | 0 | 0.71 | 0.37 | 0.27 | 331.36 | 0.55 | 0.47 |
| Hex | B9 | 35 | 74 | 0 | 47 | 25 | 1B | 14B | 37 | 2F |
| Octal | 271 | 65 | 164 | 0 | 107 | 45 | 33 | 513 | 67 | 57 |
| Binary | 10111001 | 110101 | 1110100 | 0 | 1000111 | 100101 | 11011 | 101001011 | 110111 | 101111 |
Color Harmonies of #B93574
Complementary color
Monochromatic Colors of #B93574
Black with #B93574
Text Example
Text Example
White with #B93574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93574; }
p { color: rgb(185,53,116); }
H1.HeaderClassName
{
color: #B93574;
}
.AnyTagClassName
{
color: #B93574;
}
</style>
background-color css
<style>
a { background-color: #B93574; }
a { background-color: rgb(185,53,116); }
div.DivClassName
{
background-color: #B93574;
}
.BgClassName
{
background-color: #B93574;
}
</style>
border-color css
<style>
span { border-color: #B93574; }
span { border-color: rgb(185,53,116); }
td.TdClassName
{
border-color: #B93574;
}
.TagClassName
{
border-color: #B93574;
}
</style>