Shades of Medium Red Violet #B9389B
Tints of Medium Red Violet #B9389B
RGB
CMYK
RGB Variations
Color information
#B9389B (or 0xB9389B) is known color: Medium Red Violet. HEX triplet: B9, 38 and 9B. RGB value is (185,56,155). Sum of RGB (Red+Green+Blue) = 185+56+155=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9389B is #46C764. Grayscale: #696969. Windows color (decimal): -4638565 or 10172601. OLE color: 10172601.
HSL color Cylindrical-coordinate representation of color #B9389B: hue angle of 313.95º 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 #B9389B is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 155 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.27 |
| HSL | 313.95º | 0.54% | 0.47% | - |
| HSV(B) | 313.95º | 0.7% | 0.73% | - |
| XYZ | 27.34 | 15.51 | 32.56 | - |
| YUV | 105.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 155 | 0 | 0.70 | 0.16 | 0.27 | 313.95 | 0.54 | 0.47 |
| Hex | B9 | 38 | 9B | 0 | 46 | 10 | 1B | 13A | 36 | 2F |
| Octal | 271 | 70 | 233 | 0 | 106 | 20 | 33 | 472 | 66 | 57 |
| Binary | 10111001 | 111000 | 10011011 | 0 | 1000110 | 10000 | 11011 | 100111010 | 110110 | 101111 |
Color Harmonies of #B9389B
Complementary color
Monochromatic Colors of #B9389B
Black with #B9389B
Text Example
Text Example
White with #B9389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9389B; }
p { color: rgb(185,56,155); }
H1.HeaderClassName
{
color: #B9389B;
}
.AnyTagClassName
{
color: #B9389B;
}
</style>
background-color css
<style>
a { background-color: #B9389B; }
a { background-color: rgb(185,56,155); }
div.DivClassName
{
background-color: #B9389B;
}
.BgClassName
{
background-color: #B9389B;
}
</style>
border-color css
<style>
span { border-color: #B9389B; }
span { border-color: rgb(185,56,155); }
td.TdClassName
{
border-color: #B9389B;
}
.TagClassName
{
border-color: #B9389B;
}
</style>