Shades of Medium Red Violet #B03991
Tints of Medium Red Violet #B03991
RGB
CMYK
RGB Variations
Color information
#B03991 (or 0xB03991) is known color: Medium Red Violet. HEX triplet: B0, 39 and 91. RGB value is (176,57,145). Sum of RGB (Red+Green+Blue) = 176+57+145=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B03991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03991 is #4FC66E. Grayscale: #666666. Windows color (decimal): -5228143 or 9517488. OLE color: 9517488.
HSL color Cylindrical-coordinate representation of color #B03991: hue angle of 315.63º 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 #B03991 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 145 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.31 |
| HSL | 315.63º | 0.51% | 0.46% | - |
| HSV(B) | 315.63º | 0.68% | 0.69% | - |
| XYZ | 24.48 | 14.2 | 28.24 | - |
| YUV | 102.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 145 | 0 | 0.68 | 0.18 | 0.31 | 315.63 | 0.51 | 0.46 |
| Hex | B0 | 39 | 91 | 0 | 44 | 12 | 1F | 13C | 33 | 2E |
| Octal | 260 | 71 | 221 | 0 | 104 | 22 | 37 | 474 | 63 | 56 |
| Binary | 10110000 | 111001 | 10010001 | 0 | 1000100 | 10010 | 11111 | 100111100 | 110011 | 101110 |
Color Harmonies of #B03991
Complementary color
Monochromatic Colors of #B03991
Black with #B03991
Text Example
Text Example
White with #B03991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03991; }
p { color: rgb(176,57,145); }
H1.HeaderClassName
{
color: #B03991;
}
.AnyTagClassName
{
color: #B03991;
}
</style>
background-color css
<style>
a { background-color: #B03991; }
a { background-color: rgb(176,57,145); }
div.DivClassName
{
background-color: #B03991;
}
.BgClassName
{
background-color: #B03991;
}
</style>
border-color css
<style>
span { border-color: #B03991; }
span { border-color: rgb(176,57,145); }
td.TdClassName
{
border-color: #B03991;
}
.TagClassName
{
border-color: #B03991;
}
</style>