Shades of Medium Red Violet #B9397B
Tints of Medium Red Violet #B9397B
RGB
CMYK
RGB Variations
Color information
#B9397B (or 0xB9397B) is known color: Medium Red Violet. HEX triplet: B9, 39 and 7B. RGB value is (185,57,123). Sum of RGB (Red+Green+Blue) = 185+57+123=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9397B is #46C684. Grayscale: #666666. Windows color (decimal): -4638341 or 8075705. OLE color: 8075705.
HSL color Cylindrical-coordinate representation of color #B9397B: hue angle of 329.06º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9397B is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 57 | 123 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.27 |
| HSL | 329.06º | 0.53% | 0.47% | - |
| HSV(B) | 329.06º | 0.69% | 0.73% | - |
| XYZ | 25.05 | 14.67 | 20.25 | - |
| YUV | 102.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 123 | 0 | 0.69 | 0.34 | 0.27 | 329.06 | 0.53 | 0.47 |
| Hex | B9 | 39 | 7B | 0 | 45 | 22 | 1B | 149 | 35 | 2F |
| Octal | 271 | 71 | 173 | 0 | 105 | 42 | 33 | 511 | 65 | 57 |
| Binary | 10111001 | 111001 | 1111011 | 0 | 1000101 | 100010 | 11011 | 101001001 | 110101 | 101111 |
Color Harmonies of #B9397B
Complementary color
Monochromatic Colors of #B9397B
Black with #B9397B
Text Example
Text Example
White with #B9397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9397B; }
p { color: rgb(185,57,123); }
H1.HeaderClassName
{
color: #B9397B;
}
.AnyTagClassName
{
color: #B9397B;
}
</style>
background-color css
<style>
a { background-color: #B9397B; }
a { background-color: rgb(185,57,123); }
div.DivClassName
{
background-color: #B9397B;
}
.BgClassName
{
background-color: #B9397B;
}
</style>
border-color css
<style>
span { border-color: #B9397B; }
span { border-color: rgb(185,57,123); }
td.TdClassName
{
border-color: #B9397B;
}
.TagClassName
{
border-color: #B9397B;
}
</style>