Shades of Medium Red Violet #B0397E
Tints of Medium Red Violet #B0397E
RGB
CMYK
RGB Variations
Color information
#B0397E (or 0xB0397E) is known color: Medium Red Violet. HEX triplet: B0, 39 and 7E. RGB value is (176,57,126). Sum of RGB (Red+Green+Blue) = 176+57+126=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B0397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0397E is #4FC681. Grayscale: #646464. Windows color (decimal): -5228162 or 8272304. OLE color: 8272304.
HSL color Cylindrical-coordinate representation of color #B0397E: hue angle of 325.21º 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 #B0397E is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 126 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.31 |
| HSL | 325.21º | 0.51% | 0.46% | - |
| HSV(B) | 325.21º | 0.68% | 0.69% | - |
| XYZ | 23.13 | 13.66 | 21.16 | - |
| YUV | 100.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 126 | 0 | 0.68 | 0.28 | 0.31 | 325.21 | 0.51 | 0.46 |
| Hex | B0 | 39 | 7E | 0 | 44 | 1C | 1F | 145 | 33 | 2E |
| Octal | 260 | 71 | 176 | 0 | 104 | 34 | 37 | 505 | 63 | 56 |
| Binary | 10110000 | 111001 | 1111110 | 0 | 1000100 | 11100 | 11111 | 101000101 | 110011 | 101110 |
Color Harmonies of #B0397E
Complementary color
Monochromatic Colors of #B0397E
Black with #B0397E
Text Example
Text Example
White with #B0397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0397E; }
p { color: rgb(176,57,126); }
H1.HeaderClassName
{
color: #B0397E;
}
.AnyTagClassName
{
color: #B0397E;
}
</style>
background-color css
<style>
a { background-color: #B0397E; }
a { background-color: rgb(176,57,126); }
div.DivClassName
{
background-color: #B0397E;
}
.BgClassName
{
background-color: #B0397E;
}
</style>
border-color css
<style>
span { border-color: #B0397E; }
span { border-color: rgb(176,57,126); }
td.TdClassName
{
border-color: #B0397E;
}
.TagClassName
{
border-color: #B0397E;
}
</style>