Shades of Medium Red Violet #B9387F
Tints of Medium Red Violet #B9387F
RGB
CMYK
RGB Variations
Color information
#B9387F (or 0xB9387F) is known color: Medium Red Violet. HEX triplet: B9, 38 and 7F. RGB value is (185,56,127). Sum of RGB (Red+Green+Blue) = 185+56+127=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B9387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9387F is #46C780. Grayscale: #666666. Windows color (decimal): -4638593 or 8337593. OLE color: 8337593.
HSL color Cylindrical-coordinate representation of color #B9387F: hue angle of 326.98º 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 #B9387F is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 127 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.27 |
| HSL | 326.98º | 0.54% | 0.47% | - |
| HSV(B) | 326.98º | 0.7% | 0.73% | - |
| XYZ | 25.25 | 14.67 | 21.58 | - |
| YUV | 102.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 127 | 0 | 0.70 | 0.31 | 0.27 | 326.98 | 0.54 | 0.47 |
| Hex | B9 | 38 | 7F | 0 | 46 | 1F | 1B | 147 | 36 | 2F |
| Octal | 271 | 70 | 177 | 0 | 106 | 37 | 33 | 507 | 66 | 57 |
| Binary | 10111001 | 111000 | 1111111 | 0 | 1000110 | 11111 | 11011 | 101000111 | 110110 | 101111 |
Color Harmonies of #B9387F
Complementary color
Monochromatic Colors of #B9387F
Black with #B9387F
Text Example
Text Example
White with #B9387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9387F; }
p { color: rgb(185,56,127); }
H1.HeaderClassName
{
color: #B9387F;
}
.AnyTagClassName
{
color: #B9387F;
}
</style>
background-color css
<style>
a { background-color: #B9387F; }
a { background-color: rgb(185,56,127); }
div.DivClassName
{
background-color: #B9387F;
}
.BgClassName
{
background-color: #B9387F;
}
</style>
border-color css
<style>
span { border-color: #B9387F; }
span { border-color: rgb(185,56,127); }
td.TdClassName
{
border-color: #B9387F;
}
.TagClassName
{
border-color: #B9387F;
}
</style>