Shades of Medium Red Violet #B73676
Tints of Medium Red Violet #B73676
RGB
CMYK
RGB Variations
Color information
#B73676 (or 0xB73676) is known color: Medium Red Violet. HEX triplet: B7, 36 and 76. RGB value is (183,54,118). Sum of RGB (Red+Green+Blue) = 183+54+118=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B73676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73676 is #48C989. Grayscale: #636363. Windows color (decimal): -4770186 or 7747255. OLE color: 7747255.
HSL color Cylindrical-coordinate representation of color #B73676: hue angle of 330.23º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73676 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 118 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.28 |
| HSL | 330.23º | 0.54% | 0.46% | - |
| HSV(B) | 330.23º | 0.7% | 0.72% | - |
| XYZ | 24.12 | 14.01 | 18.57 | - |
| YUV | 99.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 118 | 0 | 0.70 | 0.36 | 0.28 | 330.23 | 0.54 | 0.46 |
| Hex | B7 | 36 | 76 | 0 | 46 | 24 | 1C | 14A | 36 | 2E |
| Octal | 267 | 66 | 166 | 0 | 106 | 44 | 34 | 512 | 66 | 56 |
| Binary | 10110111 | 110110 | 1110110 | 0 | 1000110 | 100100 | 11100 | 101001010 | 110110 | 101110 |
Color Harmonies of #B73676
Complementary color
Monochromatic Colors of #B73676
Black with #B73676
Text Example
Text Example
White with #B73676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73676; }
p { color: rgb(183,54,118); }
H1.HeaderClassName
{
color: #B73676;
}
.AnyTagClassName
{
color: #B73676;
}
</style>
background-color css
<style>
a { background-color: #B73676; }
a { background-color: rgb(183,54,118); }
div.DivClassName
{
background-color: #B73676;
}
.BgClassName
{
background-color: #B73676;
}
</style>
border-color css
<style>
span { border-color: #B73676; }
span { border-color: rgb(183,54,118); }
td.TdClassName
{
border-color: #B73676;
}
.TagClassName
{
border-color: #B73676;
}
</style>