Shades of Medium Red Violet #B0398A
Tints of Medium Red Violet #B0398A
RGB
CMYK
RGB Variations
Color information
#B0398A (or 0xB0398A) is known color: Medium Red Violet. HEX triplet: B0, 39 and 8A. RGB value is (176,57,138). Sum of RGB (Red+Green+Blue) = 176+57+138=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0398A is #4FC675. Grayscale: #656565. Windows color (decimal): -5228150 or 9058736. OLE color: 9058736.
HSL color Cylindrical-coordinate representation of color #B0398A: hue angle of 319.16º 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 #B0398A is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 138 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.31 |
| HSL | 319.16º | 0.51% | 0.46% | - |
| HSV(B) | 319.16º | 0.68% | 0.69% | - |
| XYZ | 23.96 | 13.99 | 25.48 | - |
| YUV | 101.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 138 | 0 | 0.68 | 0.22 | 0.31 | 319.16 | 0.51 | 0.46 |
| Hex | B0 | 39 | 8A | 0 | 44 | 16 | 1F | 13F | 33 | 2E |
| Octal | 260 | 71 | 212 | 0 | 104 | 26 | 37 | 477 | 63 | 56 |
| Binary | 10110000 | 111001 | 10001010 | 0 | 1000100 | 10110 | 11111 | 100111111 | 110011 | 101110 |
Color Harmonies of #B0398A
Complementary color
Monochromatic Colors of #B0398A
Black with #B0398A
Text Example
Text Example
White with #B0398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0398A; }
p { color: rgb(176,57,138); }
H1.HeaderClassName
{
color: #B0398A;
}
.AnyTagClassName
{
color: #B0398A;
}
</style>
background-color css
<style>
a { background-color: #B0398A; }
a { background-color: rgb(176,57,138); }
div.DivClassName
{
background-color: #B0398A;
}
.BgClassName
{
background-color: #B0398A;
}
</style>
border-color css
<style>
span { border-color: #B0398A; }
span { border-color: rgb(176,57,138); }
td.TdClassName
{
border-color: #B0398A;
}
.TagClassName
{
border-color: #B0398A;
}
</style>