Shades of Medium Red Violet #B73074
Tints of Medium Red Violet #B73074
RGB
CMYK
RGB Variations
Color information
#B73074 (or 0xB73074) is known color: Medium Red Violet. HEX triplet: B7, 30 and 74. RGB value is (183,48,116). Sum of RGB (Red+Green+Blue) = 183+48+116=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B73074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73074 is #48CF8B. Grayscale: #5F5F5F. Windows color (decimal): -4771724 or 7614647. OLE color: 7614647.
HSL color Cylindrical-coordinate representation of color #B73074: hue angle of 329.78º 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 #B73074 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 116 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.28 |
| HSL | 329.78º | 0.58% | 0.45% | - |
| HSV(B) | 329.78º | 0.74% | 0.72% | - |
| XYZ | 23.74 | 13.44 | 17.87 | - |
| YUV | 96.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 116 | 0 | 0.74 | 0.37 | 0.28 | 329.78 | 0.58 | 0.45 |
| Hex | B7 | 30 | 74 | 0 | 4A | 25 | 1C | 14A | 3A | 2D |
| Octal | 267 | 60 | 164 | 0 | 112 | 45 | 34 | 512 | 72 | 55 |
| Binary | 10110111 | 110000 | 1110100 | 0 | 1001010 | 100101 | 11100 | 101001010 | 111010 | 101101 |
Color Harmonies of #B73074
Complementary color
Monochromatic Colors of #B73074
Black with #B73074
Text Example
Text Example
White with #B73074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73074; }
p { color: rgb(183,48,116); }
H1.HeaderClassName
{
color: #B73074;
}
.AnyTagClassName
{
color: #B73074;
}
</style>
background-color css
<style>
a { background-color: #B73074; }
a { background-color: rgb(183,48,116); }
div.DivClassName
{
background-color: #B73074;
}
.BgClassName
{
background-color: #B73074;
}
</style>
border-color css
<style>
span { border-color: #B73074; }
span { border-color: rgb(183,48,116); }
td.TdClassName
{
border-color: #B73074;
}
.TagClassName
{
border-color: #B73074;
}
</style>