Shades of Medium Red Violet #B0397C
Tints of Medium Red Violet #B0397C
RGB
CMYK
RGB Variations
Color information
#B0397C (or 0xB0397C) is known color: Medium Red Violet. HEX triplet: B0, 39 and 7C. RGB value is (176,57,124). Sum of RGB (Red+Green+Blue) = 176+57+124=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0397C is #4FC683. Grayscale: #646464. Windows color (decimal): -5228164 or 8141232. OLE color: 8141232.
HSL color Cylindrical-coordinate representation of color #B0397C: hue angle of 326.22º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0397C is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 124 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.31 |
| HSL | 326.22º | 0.51% | 0.46% | - |
| HSV(B) | 326.22º | 0.68% | 0.69% | - |
| XYZ | 23.01 | 13.61 | 20.48 | - |
| YUV | 100.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 124 | 0 | 0.68 | 0.30 | 0.31 | 326.22 | 0.51 | 0.46 |
| Hex | B0 | 39 | 7C | 0 | 44 | 1E | 1F | 146 | 33 | 2E |
| Octal | 260 | 71 | 174 | 0 | 104 | 36 | 37 | 506 | 63 | 56 |
| Binary | 10110000 | 111001 | 1111100 | 0 | 1000100 | 11110 | 11111 | 101000110 | 110011 | 101110 |
Color Harmonies of #B0397C
Complementary color
Monochromatic Colors of #B0397C
Black with #B0397C
Text Example
Text Example
White with #B0397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0397C; }
p { color: rgb(176,57,124); }
H1.HeaderClassName
{
color: #B0397C;
}
.AnyTagClassName
{
color: #B0397C;
}
</style>
background-color css
<style>
a { background-color: #B0397C; }
a { background-color: rgb(176,57,124); }
div.DivClassName
{
background-color: #B0397C;
}
.BgClassName
{
background-color: #B0397C;
}
</style>
border-color css
<style>
span { border-color: #B0397C; }
span { border-color: rgb(176,57,124); }
td.TdClassName
{
border-color: #B0397C;
}
.TagClassName
{
border-color: #B0397C;
}
</style>