Shades of Medium Red Violet #B0389D
Tints of Medium Red Violet #B0389D
RGB
CMYK
RGB Variations
Color information
#B0389D (or 0xB0389D) is known color: Medium Red Violet. HEX triplet: B0, 38 and 9D. RGB value is (176,56,157). Sum of RGB (Red+Green+Blue) = 176+56+157=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0389D is #4FC762. Grayscale: #676767. Windows color (decimal): -5228387 or 10303664. OLE color: 10303664.
HSL color Cylindrical-coordinate representation of color #B0389D: hue angle of 309.5º 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 #B0389D is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 157 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.31 |
| HSL | 309.5º | 0.52% | 0.45% | - |
| HSV(B) | 309.5º | 0.68% | 0.69% | - |
| XYZ | 25.4 | 14.49 | 33.36 | - |
| YUV | 103.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 157 | 0 | 0.68 | 0.11 | 0.31 | 309.5 | 0.52 | 0.45 |
| Hex | B0 | 38 | 9D | 0 | 44 | B | 1F | 136 | 34 | 2D |
| Octal | 260 | 70 | 235 | 0 | 104 | 13 | 37 | 466 | 64 | 55 |
| Binary | 10110000 | 111000 | 10011101 | 0 | 1000100 | 1011 | 11111 | 100110110 | 110100 | 101101 |
Color Harmonies of #B0389D
Complementary color
Monochromatic Colors of #B0389D
Black with #B0389D
Text Example
Text Example
White with #B0389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0389D; }
p { color: rgb(176,56,157); }
H1.HeaderClassName
{
color: #B0389D;
}
.AnyTagClassName
{
color: #B0389D;
}
</style>
background-color css
<style>
a { background-color: #B0389D; }
a { background-color: rgb(176,56,157); }
div.DivClassName
{
background-color: #B0389D;
}
.BgClassName
{
background-color: #B0389D;
}
</style>
border-color css
<style>
span { border-color: #B0389D; }
span { border-color: rgb(176,56,157); }
td.TdClassName
{
border-color: #B0389D;
}
.TagClassName
{
border-color: #B0389D;
}
</style>