Shades of Medium Red Violet #B0398B
Tints of Medium Red Violet #B0398B
RGB
CMYK
RGB Variations
Color information
#B0398B (or 0xB0398B) is known color: Medium Red Violet. HEX triplet: B0, 39 and 8B. RGB value is (176,57,139). Sum of RGB (Red+Green+Blue) = 176+57+139=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0398B is #4FC674. Grayscale: #656565. Windows color (decimal): -5228149 or 9124272. OLE color: 9124272.
HSL color Cylindrical-coordinate representation of color #B0398B: hue angle of 318.66º 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 #B0398B is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 139 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.31 |
| HSL | 318.66º | 0.51% | 0.46% | - |
| HSV(B) | 318.66º | 0.68% | 0.69% | - |
| XYZ | 24.03 | 14.02 | 25.87 | - |
| YUV | 101.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 139 | 0 | 0.68 | 0.21 | 0.31 | 318.66 | 0.51 | 0.46 |
| Hex | B0 | 39 | 8B | 0 | 44 | 15 | 1F | 13F | 33 | 2E |
| Octal | 260 | 71 | 213 | 0 | 104 | 25 | 37 | 477 | 63 | 56 |
| Binary | 10110000 | 111001 | 10001011 | 0 | 1000100 | 10101 | 11111 | 100111111 | 110011 | 101110 |
Color Harmonies of #B0398B
Complementary color
Monochromatic Colors of #B0398B
Black with #B0398B
Text Example
Text Example
White with #B0398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0398B; }
p { color: rgb(176,57,139); }
H1.HeaderClassName
{
color: #B0398B;
}
.AnyTagClassName
{
color: #B0398B;
}
</style>
background-color css
<style>
a { background-color: #B0398B; }
a { background-color: rgb(176,57,139); }
div.DivClassName
{
background-color: #B0398B;
}
.BgClassName
{
background-color: #B0398B;
}
</style>
border-color css
<style>
span { border-color: #B0398B; }
span { border-color: rgb(176,57,139); }
td.TdClassName
{
border-color: #B0398B;
}
.TagClassName
{
border-color: #B0398B;
}
</style>