Shades of Medium Red Violet #B73686
Tints of Medium Red Violet #B73686
RGB
CMYK
RGB Variations
Color information
#B73686 (or 0xB73686) is known color: Medium Red Violet. HEX triplet: B7, 36 and 86. RGB value is (183,54,134). Sum of RGB (Red+Green+Blue) = 183+54+134=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B73686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73686 is #48C979. Grayscale: #656565. Windows color (decimal): -4770170 or 8795831. OLE color: 8795831.
HSL color Cylindrical-coordinate representation of color #B73686: hue angle of 322.79º 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 #B73686 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 134 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.28 |
| HSL | 322.79º | 0.54% | 0.46% | - |
| HSV(B) | 322.79º | 0.7% | 0.72% | - |
| XYZ | 25.15 | 14.43 | 24.01 | - |
| YUV | 101.69 | 146.24 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 134 | 0 | 0.70 | 0.27 | 0.28 | 322.79 | 0.54 | 0.46 |
| Hex | B7 | 36 | 86 | 0 | 46 | 1B | 1C | 143 | 36 | 2E |
| Octal | 267 | 66 | 206 | 0 | 106 | 33 | 34 | 503 | 66 | 56 |
| Binary | 10110111 | 110110 | 10000110 | 0 | 1000110 | 11011 | 11100 | 101000011 | 110110 | 101110 |
Color Harmonies of #B73686
Complementary color
Monochromatic Colors of #B73686
Black with #B73686
Text Example
Text Example
White with #B73686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73686; }
p { color: rgb(183,54,134); }
H1.HeaderClassName
{
color: #B73686;
}
.AnyTagClassName
{
color: #B73686;
}
</style>
background-color css
<style>
a { background-color: #B73686; }
a { background-color: rgb(183,54,134); }
div.DivClassName
{
background-color: #B73686;
}
.BgClassName
{
background-color: #B73686;
}
</style>
border-color css
<style>
span { border-color: #B73686; }
span { border-color: rgb(183,54,134); }
td.TdClassName
{
border-color: #B73686;
}
.TagClassName
{
border-color: #B73686;
}
</style>