Shades of Medium Red Violet #B03977
Tints of Medium Red Violet #B03977
RGB
CMYK
RGB Variations
Color information
#B03977 (or 0xB03977) is known color: Medium Red Violet. HEX triplet: B0, 39 and 77. RGB value is (176,57,119). Sum of RGB (Red+Green+Blue) = 176+57+119=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B03977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03977 is #4FC688. Grayscale: #636363. Windows color (decimal): -5228169 or 7813552. OLE color: 7813552.
HSL color Cylindrical-coordinate representation of color #B03977: hue angle of 328.74º 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 #B03977 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 119 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.31 |
| HSL | 328.74º | 0.51% | 0.46% | - |
| HSV(B) | 328.74º | 0.68% | 0.69% | - |
| XYZ | 22.7 | 13.49 | 18.86 | - |
| YUV | 99.65 | 138.92 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 119 | 0 | 0.68 | 0.32 | 0.31 | 328.74 | 0.51 | 0.46 |
| Hex | B0 | 39 | 77 | 0 | 44 | 20 | 1F | 149 | 33 | 2E |
| Octal | 260 | 71 | 167 | 0 | 104 | 40 | 37 | 511 | 63 | 56 |
| Binary | 10110000 | 111001 | 1110111 | 0 | 1000100 | 100000 | 11111 | 101001001 | 110011 | 101110 |
Color Harmonies of #B03977
Complementary color
Monochromatic Colors of #B03977
Black with #B03977
Text Example
Text Example
White with #B03977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03977; }
p { color: rgb(176,57,119); }
H1.HeaderClassName
{
color: #B03977;
}
.AnyTagClassName
{
color: #B03977;
}
</style>
background-color css
<style>
a { background-color: #B03977; }
a { background-color: rgb(176,57,119); }
div.DivClassName
{
background-color: #B03977;
}
.BgClassName
{
background-color: #B03977;
}
</style>
border-color css
<style>
span { border-color: #B03977; }
span { border-color: rgb(176,57,119); }
td.TdClassName
{
border-color: #B03977;
}
.TagClassName
{
border-color: #B03977;
}
</style>