Shades of Medium Red Violet #B0398F
Tints of Medium Red Violet #B0398F
RGB
CMYK
RGB Variations
Color information
#B0398F (or 0xB0398F) is known color: Medium Red Violet. HEX triplet: B0, 39 and 8F. RGB value is (176,57,143). Sum of RGB (Red+Green+Blue) = 176+57+143=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B0398F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0398F is #4FC670. Grayscale: #666666. Windows color (decimal): -5228145 or 9386416. OLE color: 9386416.
HSL color Cylindrical-coordinate representation of color #B0398F: hue angle of 316.64º 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 #B0398F is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 143 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.31 |
| HSL | 316.64º | 0.51% | 0.46% | - |
| HSV(B) | 316.64º | 0.68% | 0.69% | - |
| XYZ | 24.33 | 14.14 | 27.43 | - |
| YUV | 102.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 143 | 0 | 0.68 | 0.19 | 0.31 | 316.64 | 0.51 | 0.46 |
| Hex | B0 | 39 | 8F | 0 | 44 | 13 | 1F | 13D | 33 | 2E |
| Octal | 260 | 71 | 217 | 0 | 104 | 23 | 37 | 475 | 63 | 56 |
| Binary | 10110000 | 111001 | 10001111 | 0 | 1000100 | 10011 | 11111 | 100111101 | 110011 | 101110 |
Color Harmonies of #B0398F
Complementary color
Monochromatic Colors of #B0398F
Black with #B0398F
Text Example
Text Example
White with #B0398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0398F; }
p { color: rgb(176,57,143); }
H1.HeaderClassName
{
color: #B0398F;
}
.AnyTagClassName
{
color: #B0398F;
}
</style>
background-color css
<style>
a { background-color: #B0398F; }
a { background-color: rgb(176,57,143); }
div.DivClassName
{
background-color: #B0398F;
}
.BgClassName
{
background-color: #B0398F;
}
</style>
border-color css
<style>
span { border-color: #B0398F; }
span { border-color: rgb(176,57,143); }
td.TdClassName
{
border-color: #B0398F;
}
.TagClassName
{
border-color: #B0398F;
}
</style>