Shades of Medium Red Violet #B9389C
Tints of Medium Red Violet #B9389C
RGB
CMYK
RGB Variations
Color information
#B9389C (or 0xB9389C) is known color: Medium Red Violet. HEX triplet: B9, 38 and 9C. RGB value is (185,56,156). Sum of RGB (Red+Green+Blue) = 185+56+156=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9389C is #46C763. Grayscale: #696969. Windows color (decimal): -4638564 or 10238137. OLE color: 10238137.
HSL color Cylindrical-coordinate representation of color #B9389C: hue angle of 313.49º 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 #B9389C is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 156 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.27 |
| HSL | 313.49º | 0.54% | 0.47% | - |
| HSV(B) | 313.49º | 0.7% | 0.73% | - |
| XYZ | 27.42 | 15.54 | 33.01 | - |
| YUV | 105.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 156 | 0 | 0.70 | 0.16 | 0.27 | 313.49 | 0.54 | 0.47 |
| Hex | B9 | 38 | 9C | 0 | 46 | 10 | 1B | 139 | 36 | 2F |
| Octal | 271 | 70 | 234 | 0 | 106 | 20 | 33 | 471 | 66 | 57 |
| Binary | 10111001 | 111000 | 10011100 | 0 | 1000110 | 10000 | 11011 | 100111001 | 110110 | 101111 |
Color Harmonies of #B9389C
Complementary color
Monochromatic Colors of #B9389C
Black with #B9389C
Text Example
Text Example
White with #B9389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9389C; }
p { color: rgb(185,56,156); }
H1.HeaderClassName
{
color: #B9389C;
}
.AnyTagClassName
{
color: #B9389C;
}
</style>
background-color css
<style>
a { background-color: #B9389C; }
a { background-color: rgb(185,56,156); }
div.DivClassName
{
background-color: #B9389C;
}
.BgClassName
{
background-color: #B9389C;
}
</style>
border-color css
<style>
span { border-color: #B9389C; }
span { border-color: rgb(185,56,156); }
td.TdClassName
{
border-color: #B9389C;
}
.TagClassName
{
border-color: #B9389C;
}
</style>