Shades of Medium Red Violet #B03373
Tints of Medium Red Violet #B03373
RGB
CMYK
RGB Variations
Color information
#B03373 (or 0xB03373) is known color: Medium Red Violet. HEX triplet: B0, 33 and 73. RGB value is (176,51,115). Sum of RGB (Red+Green+Blue) = 176+51+115=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B03373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03373 is #4FCC8C. Grayscale: #5F5F5F. Windows color (decimal): -5229709 or 7549872. OLE color: 7549872.
HSL color Cylindrical-coordinate representation of color #B03373: hue angle of 329.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03373 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 115 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.31 |
| HSL | 329.28º | 0.55% | 0.45% | - |
| HSV(B) | 329.28º | 0.71% | 0.69% | - |
| XYZ | 22.18 | 12.84 | 17.53 | - |
| YUV | 95.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 115 | 0 | 0.71 | 0.35 | 0.31 | 329.28 | 0.55 | 0.45 |
| Hex | B0 | 33 | 73 | 0 | 47 | 23 | 1F | 149 | 37 | 2D |
| Octal | 260 | 63 | 163 | 0 | 107 | 43 | 37 | 511 | 67 | 55 |
| Binary | 10110000 | 110011 | 1110011 | 0 | 1000111 | 100011 | 11111 | 101001001 | 110111 | 101101 |
Color Harmonies of #B03373
Complementary color
Monochromatic Colors of #B03373
Black with #B03373
Text Example
Text Example
White with #B03373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03373; }
p { color: rgb(176,51,115); }
H1.HeaderClassName
{
color: #B03373;
}
.AnyTagClassName
{
color: #B03373;
}
</style>
background-color css
<style>
a { background-color: #B03373; }
a { background-color: rgb(176,51,115); }
div.DivClassName
{
background-color: #B03373;
}
.BgClassName
{
background-color: #B03373;
}
</style>
border-color css
<style>
span { border-color: #B03373; }
span { border-color: rgb(176,51,115); }
td.TdClassName
{
border-color: #B03373;
}
.TagClassName
{
border-color: #B03373;
}
</style>