Shades of Medium Red Violet #B93897
Tints of Medium Red Violet #B93897
RGB
CMYK
RGB Variations
Color information
#B93897 (or 0xB93897) is known color: Medium Red Violet. HEX triplet: B9, 38 and 97. RGB value is (185,56,151). Sum of RGB (Red+Green+Blue) = 185+56+151=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B93897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93897 is #46C768. Grayscale: #696969. Windows color (decimal): -4638569 or 9910457. OLE color: 9910457.
HSL color Cylindrical-coordinate representation of color #B93897: hue angle of 315.81º 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 #B93897 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 151 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.27 |
| HSL | 315.81º | 0.54% | 0.47% | - |
| HSV(B) | 315.81º | 0.7% | 0.73% | - |
| XYZ | 27.01 | 15.38 | 30.82 | - |
| YUV | 105.4 | 153.74 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 151 | 0 | 0.70 | 0.18 | 0.27 | 315.81 | 0.54 | 0.47 |
| Hex | B9 | 38 | 97 | 0 | 46 | 12 | 1B | 13C | 36 | 2F |
| Octal | 271 | 70 | 227 | 0 | 106 | 22 | 33 | 474 | 66 | 57 |
| Binary | 10111001 | 111000 | 10010111 | 0 | 1000110 | 10010 | 11011 | 100111100 | 110110 | 101111 |
Color Harmonies of #B93897
Complementary color
Monochromatic Colors of #B93897
Black with #B93897
Text Example
Text Example
White with #B93897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93897; }
p { color: rgb(185,56,151); }
H1.HeaderClassName
{
color: #B93897;
}
.AnyTagClassName
{
color: #B93897;
}
</style>
background-color css
<style>
a { background-color: #B93897; }
a { background-color: rgb(185,56,151); }
div.DivClassName
{
background-color: #B93897;
}
.BgClassName
{
background-color: #B93897;
}
</style>
border-color css
<style>
span { border-color: #B93897; }
span { border-color: rgb(185,56,151); }
td.TdClassName
{
border-color: #B93897;
}
.TagClassName
{
border-color: #B93897;
}
</style>