Shades of Medium Red Violet #B73370
Tints of Medium Red Violet #B73370
RGB
CMYK
RGB Variations
Color information
#B73370 (or 0xB73370) is known color: Medium Red Violet. HEX triplet: B7, 33 and 70. RGB value is (183,51,112). Sum of RGB (Red+Green+Blue) = 183+51+112=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B73370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73370 is #48CC8F. Grayscale: #616161. Windows color (decimal): -4770960 or 7353271. OLE color: 7353271.
HSL color Cylindrical-coordinate representation of color #B73370: hue angle of 332.27º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73370 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 112 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.28 |
| HSL | 332.27º | 0.56% | 0.46% | - |
| HSV(B) | 332.27º | 0.72% | 0.72% | - |
| XYZ | 23.64 | 13.6 | 16.71 | - |
| YUV | 97.42 | 136.23 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 112 | 0 | 0.72 | 0.39 | 0.28 | 332.27 | 0.56 | 0.46 |
| Hex | B7 | 33 | 70 | 0 | 48 | 27 | 1C | 14C | 38 | 2E |
| Octal | 267 | 63 | 160 | 0 | 110 | 47 | 34 | 514 | 70 | 56 |
| Binary | 10110111 | 110011 | 1110000 | 0 | 1001000 | 100111 | 11100 | 101001100 | 111000 | 101110 |
Color Harmonies of #B73370
Complementary color
Monochromatic Colors of #B73370
Black with #B73370
Text Example
Text Example
White with #B73370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73370; }
p { color: rgb(183,51,112); }
H1.HeaderClassName
{
color: #B73370;
}
.AnyTagClassName
{
color: #B73370;
}
</style>
background-color css
<style>
a { background-color: #B73370; }
a { background-color: rgb(183,51,112); }
div.DivClassName
{
background-color: #B73370;
}
.BgClassName
{
background-color: #B73370;
}
</style>
border-color css
<style>
span { border-color: #B73370; }
span { border-color: rgb(183,51,112); }
td.TdClassName
{
border-color: #B73370;
}
.TagClassName
{
border-color: #B73370;
}
</style>