Shades of Medium Red Violet #B03792
Tints of Medium Red Violet #B03792
RGB
CMYK
RGB Variations
Color information
#B03792 (or 0xB03792) is known color: Medium Red Violet. HEX triplet: B0, 37 and 92. RGB value is (176,55,146). Sum of RGB (Red+Green+Blue) = 176+55+146=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B03792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03792 is #4FC86D. Grayscale: #656565. Windows color (decimal): -5228654 or 9582512. OLE color: 9582512.
HSL color Cylindrical-coordinate representation of color #B03792: hue angle of 314.88º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03792 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 146 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.31 |
| HSL | 314.88º | 0.52% | 0.45% | - |
| HSV(B) | 314.88º | 0.69% | 0.69% | - |
| XYZ | 24.46 | 14.04 | 28.61 | - |
| YUV | 101.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 146 | 0 | 0.69 | 0.17 | 0.31 | 314.88 | 0.52 | 0.45 |
| Hex | B0 | 37 | 92 | 0 | 45 | 11 | 1F | 13B | 34 | 2D |
| Octal | 260 | 67 | 222 | 0 | 105 | 21 | 37 | 473 | 64 | 55 |
| Binary | 10110000 | 110111 | 10010010 | 0 | 1000101 | 10001 | 11111 | 100111011 | 110100 | 101101 |
Color Harmonies of #B03792
Complementary color
Monochromatic Colors of #B03792
Black with #B03792
Text Example
Text Example
White with #B03792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03792; }
p { color: rgb(176,55,146); }
H1.HeaderClassName
{
color: #B03792;
}
.AnyTagClassName
{
color: #B03792;
}
</style>
background-color css
<style>
a { background-color: #B03792; }
a { background-color: rgb(176,55,146); }
div.DivClassName
{
background-color: #B03792;
}
.BgClassName
{
background-color: #B03792;
}
</style>
border-color css
<style>
span { border-color: #B03792; }
span { border-color: rgb(176,55,146); }
td.TdClassName
{
border-color: #B03792;
}
.TagClassName
{
border-color: #B03792;
}
</style>