Shades of Medium Red Violet #B0389C
Tints of Medium Red Violet #B0389C
RGB
CMYK
RGB Variations
Color information
#B0389C (or 0xB0389C) is known color: Medium Red Violet. HEX triplet: B0, 38 and 9C. RGB value is (176,56,156). Sum of RGB (Red+Green+Blue) = 176+56+156=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0389C is #4FC763. Grayscale: #676767. Windows color (decimal): -5228388 or 10238128. OLE color: 10238128.
HSL color Cylindrical-coordinate representation of color #B0389C: hue angle of 310º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0389C is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 156 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.31 |
| HSL | 310º | 0.52% | 0.45% | - |
| HSV(B) | 310º | 0.68% | 0.69% | - |
| XYZ | 25.32 | 14.46 | 32.91 | - |
| YUV | 103.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 156 | 0 | 0.68 | 0.11 | 0.31 | 310 | 0.52 | 0.45 |
| Hex | B0 | 38 | 9C | 0 | 44 | B | 1F | 136 | 34 | 2D |
| Octal | 260 | 70 | 234 | 0 | 104 | 13 | 37 | 466 | 64 | 55 |
| Binary | 10110000 | 111000 | 10011100 | 0 | 1000100 | 1011 | 11111 | 100110110 | 110100 | 101101 |
Color Harmonies of #B0389C
Complementary color
Monochromatic Colors of #B0389C
Black with #B0389C
Text Example
Text Example
White with #B0389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0389C; }
p { color: rgb(176,56,156); }
H1.HeaderClassName
{
color: #B0389C;
}
.AnyTagClassName
{
color: #B0389C;
}
</style>
background-color css
<style>
a { background-color: #B0389C; }
a { background-color: rgb(176,56,156); }
div.DivClassName
{
background-color: #B0389C;
}
.BgClassName
{
background-color: #B0389C;
}
</style>
border-color css
<style>
span { border-color: #B0389C; }
span { border-color: rgb(176,56,156); }
td.TdClassName
{
border-color: #B0389C;
}
.TagClassName
{
border-color: #B0389C;
}
</style>