Shades of Medium Red Violet #B73073
Tints of Medium Red Violet #B73073
RGB
CMYK
RGB Variations
Color information
#B73073 (or 0xB73073) is known color: Medium Red Violet. HEX triplet: B7, 30 and 73. RGB value is (183,48,115). Sum of RGB (Red+Green+Blue) = 183+48+115=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B73073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73073 is #48CF8C. Grayscale: #5F5F5F. Windows color (decimal): -4771725 or 7549111. OLE color: 7549111.
HSL color Cylindrical-coordinate representation of color #B73073: hue angle of 330.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73073 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 115 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.28 |
| HSL | 330.22º | 0.58% | 0.45% | - |
| HSV(B) | 330.22º | 0.74% | 0.72% | - |
| XYZ | 23.68 | 13.42 | 17.56 | - |
| YUV | 96 | 138.73 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 115 | 0 | 0.74 | 0.37 | 0.28 | 330.22 | 0.58 | 0.45 |
| Hex | B7 | 30 | 73 | 0 | 4A | 25 | 1C | 14A | 3A | 2D |
| Octal | 267 | 60 | 163 | 0 | 112 | 45 | 34 | 512 | 72 | 55 |
| Binary | 10110111 | 110000 | 1110011 | 0 | 1001010 | 100101 | 11100 | 101001010 | 111010 | 101101 |
Color Harmonies of #B73073
Complementary color
Monochromatic Colors of #B73073
Black with #B73073
Text Example
Text Example
White with #B73073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73073; }
p { color: rgb(183,48,115); }
H1.HeaderClassName
{
color: #B73073;
}
.AnyTagClassName
{
color: #B73073;
}
</style>
background-color css
<style>
a { background-color: #B73073; }
a { background-color: rgb(183,48,115); }
div.DivClassName
{
background-color: #B73073;
}
.BgClassName
{
background-color: #B73073;
}
</style>
border-color css
<style>
span { border-color: #B73073; }
span { border-color: rgb(183,48,115); }
td.TdClassName
{
border-color: #B73073;
}
.TagClassName
{
border-color: #B73073;
}
</style>