Shades of Medium Red Violet #B9387E
Tints of Medium Red Violet #B9387E
RGB
CMYK
RGB Variations
Color information
#B9387E (or 0xB9387E) is known color: Medium Red Violet. HEX triplet: B9, 38 and 7E. RGB value is (185,56,126). Sum of RGB (Red+Green+Blue) = 185+56+126=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9387E is #46C781. Grayscale: #666666. Windows color (decimal): -4638594 or 8272057. OLE color: 8272057.
HSL color Cylindrical-coordinate representation of color #B9387E: hue angle of 327.44º 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 #B9387E is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 126 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.27 |
| HSL | 327.44º | 0.54% | 0.47% | - |
| HSV(B) | 327.44º | 0.7% | 0.73% | - |
| XYZ | 25.19 | 14.65 | 21.24 | - |
| YUV | 102.55 | 141.24 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 126 | 0 | 0.70 | 0.32 | 0.27 | 327.44 | 0.54 | 0.47 |
| Hex | B9 | 38 | 7E | 0 | 46 | 20 | 1B | 147 | 36 | 2F |
| Octal | 271 | 70 | 176 | 0 | 106 | 40 | 33 | 507 | 66 | 57 |
| Binary | 10111001 | 111000 | 1111110 | 0 | 1000110 | 100000 | 11011 | 101000111 | 110110 | 101111 |
Color Harmonies of #B9387E
Complementary color
Monochromatic Colors of #B9387E
Black with #B9387E
Text Example
Text Example
White with #B9387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9387E; }
p { color: rgb(185,56,126); }
H1.HeaderClassName
{
color: #B9387E;
}
.AnyTagClassName
{
color: #B9387E;
}
</style>
background-color css
<style>
a { background-color: #B9387E; }
a { background-color: rgb(185,56,126); }
div.DivClassName
{
background-color: #B9387E;
}
.BgClassName
{
background-color: #B9387E;
}
</style>
border-color css
<style>
span { border-color: #B9387E; }
span { border-color: rgb(185,56,126); }
td.TdClassName
{
border-color: #B9387E;
}
.TagClassName
{
border-color: #B9387E;
}
</style>