Shades of Medium Red Violet #B93584
Tints of Medium Red Violet #B93584
RGB
CMYK
RGB Variations
Color information
#B93584 (or 0xB93584) is known color: Medium Red Violet. HEX triplet: B9, 35 and 84. RGB value is (185,53,132). Sum of RGB (Red+Green+Blue) = 185+53+132=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B93584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93584 is #46CA7B. Grayscale: #656565. Windows color (decimal): -4639356 or 8664505. OLE color: 8664505.
HSL color Cylindrical-coordinate representation of color #B93584: hue angle of 324.09º 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 #B93584 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 132 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.27 |
| HSL | 324.09º | 0.55% | 0.47% | - |
| HSV(B) | 324.09º | 0.71% | 0.73% | - |
| XYZ | 25.45 | 14.53 | 23.29 | - |
| YUV | 101.47 | 145.23 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 132 | 0 | 0.71 | 0.29 | 0.27 | 324.09 | 0.55 | 0.47 |
| Hex | B9 | 35 | 84 | 0 | 47 | 1D | 1B | 144 | 37 | 2F |
| Octal | 271 | 65 | 204 | 0 | 107 | 35 | 33 | 504 | 67 | 57 |
| Binary | 10111001 | 110101 | 10000100 | 0 | 1000111 | 11101 | 11011 | 101000100 | 110111 | 101111 |
Color Harmonies of #B93584
Complementary color
Monochromatic Colors of #B93584
Black with #B93584
Text Example
Text Example
White with #B93584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93584; }
p { color: rgb(185,53,132); }
H1.HeaderClassName
{
color: #B93584;
}
.AnyTagClassName
{
color: #B93584;
}
</style>
background-color css
<style>
a { background-color: #B93584; }
a { background-color: rgb(185,53,132); }
div.DivClassName
{
background-color: #B93584;
}
.BgClassName
{
background-color: #B93584;
}
</style>
border-color css
<style>
span { border-color: #B93584; }
span { border-color: rgb(185,53,132); }
td.TdClassName
{
border-color: #B93584;
}
.TagClassName
{
border-color: #B93584;
}
</style>