Shades of Medium Red Violet #B9389D
Tints of Medium Red Violet #B9389D
RGB
CMYK
RGB Variations
Color information
#B9389D (or 0xB9389D) is known color: Medium Red Violet. HEX triplet: B9, 38 and 9D. RGB value is (185,56,157). Sum of RGB (Red+Green+Blue) = 185+56+157=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9389D is #46C762. Grayscale: #696969. Windows color (decimal): -4638563 or 10303673. OLE color: 10303673.
HSL color Cylindrical-coordinate representation of color #B9389D: hue angle of 313.02º 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 #B9389D is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 157 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.27 |
| HSL | 313.02º | 0.54% | 0.47% | - |
| HSV(B) | 313.02º | 0.7% | 0.73% | - |
| XYZ | 27.51 | 15.58 | 33.46 | - |
| YUV | 106.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 157 | 0 | 0.70 | 0.15 | 0.27 | 313.02 | 0.54 | 0.47 |
| Hex | B9 | 38 | 9D | 0 | 46 | F | 1B | 139 | 36 | 2F |
| Octal | 271 | 70 | 235 | 0 | 106 | 17 | 33 | 471 | 66 | 57 |
| Binary | 10111001 | 111000 | 10011101 | 0 | 1000110 | 1111 | 11011 | 100111001 | 110110 | 101111 |
Color Harmonies of #B9389D
Complementary color
Monochromatic Colors of #B9389D
Black with #B9389D
Text Example
Text Example
White with #B9389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9389D; }
p { color: rgb(185,56,157); }
H1.HeaderClassName
{
color: #B9389D;
}
.AnyTagClassName
{
color: #B9389D;
}
</style>
background-color css
<style>
a { background-color: #B9389D; }
a { background-color: rgb(185,56,157); }
div.DivClassName
{
background-color: #B9389D;
}
.BgClassName
{
background-color: #B9389D;
}
</style>
border-color css
<style>
span { border-color: #B9389D; }
span { border-color: rgb(185,56,157); }
td.TdClassName
{
border-color: #B9389D;
}
.TagClassName
{
border-color: #B9389D;
}
</style>