Shades of Medium Red Violet #B9377B
Tints of Medium Red Violet #B9377B
RGB
CMYK
RGB Variations
Color information
#B9377B (or 0xB9377B) is known color: Medium Red Violet. HEX triplet: B9, 37 and 7B. RGB value is (185,55,123). Sum of RGB (Red+Green+Blue) = 185+55+123=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9377B is #46C884. Grayscale: #656565. Windows color (decimal): -4638853 or 8075193. OLE color: 8075193.
HSL color Cylindrical-coordinate representation of color #B9377B: hue angle of 328.62º 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 #B9377B is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 123 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.27 |
| HSL | 328.62º | 0.54% | 0.47% | - |
| HSV(B) | 328.62º | 0.7% | 0.73% | - |
| XYZ | 24.95 | 14.48 | 20.22 | - |
| YUV | 101.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 123 | 0 | 0.70 | 0.34 | 0.27 | 328.62 | 0.54 | 0.47 |
| Hex | B9 | 37 | 7B | 0 | 46 | 22 | 1B | 149 | 36 | 2F |
| Octal | 271 | 67 | 173 | 0 | 106 | 42 | 33 | 511 | 66 | 57 |
| Binary | 10111001 | 110111 | 1111011 | 0 | 1000110 | 100010 | 11011 | 101001001 | 110110 | 101111 |
Color Harmonies of #B9377B
Complementary color
Monochromatic Colors of #B9377B
Black with #B9377B
Text Example
Text Example
White with #B9377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9377B; }
p { color: rgb(185,55,123); }
H1.HeaderClassName
{
color: #B9377B;
}
.AnyTagClassName
{
color: #B9377B;
}
</style>
background-color css
<style>
a { background-color: #B9377B; }
a { background-color: rgb(185,55,123); }
div.DivClassName
{
background-color: #B9377B;
}
.BgClassName
{
background-color: #B9377B;
}
</style>
border-color css
<style>
span { border-color: #B9377B; }
span { border-color: rgb(185,55,123); }
td.TdClassName
{
border-color: #B9377B;
}
.TagClassName
{
border-color: #B9377B;
}
</style>