Shades of Medium Red Violet #B03876
Tints of Medium Red Violet #B03876
RGB
CMYK
RGB Variations
Color information
#B03876 (or 0xB03876) is known color: Medium Red Violet. HEX triplet: B0, 38 and 76. RGB value is (176,56,118). Sum of RGB (Red+Green+Blue) = 176+56+118=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B03876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03876 is #4FC789. Grayscale: #626262. Windows color (decimal): -5228426 or 7747760. OLE color: 7747760.
HSL color Cylindrical-coordinate representation of color #B03876: hue angle of 329º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03876 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 118 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.31 |
| HSL | 329º | 0.52% | 0.45% | - |
| HSV(B) | 329º | 0.68% | 0.69% | - |
| XYZ | 22.59 | 13.37 | 18.53 | - |
| YUV | 98.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 118 | 0 | 0.68 | 0.33 | 0.31 | 329 | 0.52 | 0.45 |
| Hex | B0 | 38 | 76 | 0 | 44 | 21 | 1F | 149 | 34 | 2D |
| Octal | 260 | 70 | 166 | 0 | 104 | 41 | 37 | 511 | 64 | 55 |
| Binary | 10110000 | 111000 | 1110110 | 0 | 1000100 | 100001 | 11111 | 101001001 | 110100 | 101101 |
Color Harmonies of #B03876
Complementary color
Monochromatic Colors of #B03876
Black with #B03876
Text Example
Text Example
White with #B03876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03876; }
p { color: rgb(176,56,118); }
H1.HeaderClassName
{
color: #B03876;
}
.AnyTagClassName
{
color: #B03876;
}
</style>
background-color css
<style>
a { background-color: #B03876; }
a { background-color: rgb(176,56,118); }
div.DivClassName
{
background-color: #B03876;
}
.BgClassName
{
background-color: #B03876;
}
</style>
border-color css
<style>
span { border-color: #B03876; }
span { border-color: rgb(176,56,118); }
td.TdClassName
{
border-color: #B03876;
}
.TagClassName
{
border-color: #B03876;
}
</style>