Shades of Medium Red Violet #B93487
Tints of Medium Red Violet #B93487
RGB
CMYK
RGB Variations
Color information
#B93487 (or 0xB93487) is known color: Medium Red Violet. HEX triplet: B9, 34 and 87. RGB value is (185,52,135). Sum of RGB (Red+Green+Blue) = 185+52+135=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B93487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93487 is #46CB78. Grayscale: #656565. Windows color (decimal): -4639609 or 8860857. OLE color: 8860857.
HSL color Cylindrical-coordinate representation of color #B93487: hue angle of 322.56º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93487 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 135 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.27 |
| HSL | 322.56º | 0.56% | 0.46% | - |
| HSV(B) | 322.56º | 0.72% | 0.73% | - |
| XYZ | 25.61 | 14.52 | 24.37 | - |
| YUV | 101.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 135 | 0 | 0.72 | 0.27 | 0.27 | 322.56 | 0.56 | 0.46 |
| Hex | B9 | 34 | 87 | 0 | 48 | 1B | 1B | 143 | 38 | 2E |
| Octal | 271 | 64 | 207 | 0 | 110 | 33 | 33 | 503 | 70 | 56 |
| Binary | 10111001 | 110100 | 10000111 | 0 | 1001000 | 11011 | 11011 | 101000011 | 111000 | 101110 |
Color Harmonies of #B93487
Complementary color
Monochromatic Colors of #B93487
Black with #B93487
Text Example
Text Example
White with #B93487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93487; }
p { color: rgb(185,52,135); }
H1.HeaderClassName
{
color: #B93487;
}
.AnyTagClassName
{
color: #B93487;
}
</style>
background-color css
<style>
a { background-color: #B93487; }
a { background-color: rgb(185,52,135); }
div.DivClassName
{
background-color: #B93487;
}
.BgClassName
{
background-color: #B93487;
}
</style>
border-color css
<style>
span { border-color: #B93487; }
span { border-color: rgb(185,52,135); }
td.TdClassName
{
border-color: #B93487;
}
.TagClassName
{
border-color: #B93487;
}
</style>