Shades of Medium Red Violet #B73690
Tints of Medium Red Violet #B73690
RGB
CMYK
RGB Variations
Color information
#B73690 (or 0xB73690) is known color: Medium Red Violet. HEX triplet: B7, 36 and 90. RGB value is (183,54,144). Sum of RGB (Red+Green+Blue) = 183+54+144=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B73690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73690 is #48C96F. Grayscale: #666666. Windows color (decimal): -4770160 or 9451191. OLE color: 9451191.
HSL color Cylindrical-coordinate representation of color #B73690: hue angle of 318.14º 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 #B73690 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 144 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.28 |
| HSL | 318.14º | 0.54% | 0.46% | - |
| HSV(B) | 318.14º | 0.7% | 0.72% | - |
| XYZ | 25.88 | 14.72 | 27.86 | - |
| YUV | 102.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 144 | 0 | 0.70 | 0.21 | 0.28 | 318.14 | 0.54 | 0.46 |
| Hex | B7 | 36 | 90 | 0 | 46 | 15 | 1C | 13E | 36 | 2E |
| Octal | 267 | 66 | 220 | 0 | 106 | 25 | 34 | 476 | 66 | 56 |
| Binary | 10110111 | 110110 | 10010000 | 0 | 1000110 | 10101 | 11100 | 100111110 | 110110 | 101110 |
Color Harmonies of #B73690
Complementary color
Monochromatic Colors of #B73690
Black with #B73690
Text Example
Text Example
White with #B73690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73690; }
p { color: rgb(183,54,144); }
H1.HeaderClassName
{
color: #B73690;
}
.AnyTagClassName
{
color: #B73690;
}
</style>
background-color css
<style>
a { background-color: #B73690; }
a { background-color: rgb(183,54,144); }
div.DivClassName
{
background-color: #B73690;
}
.BgClassName
{
background-color: #B73690;
}
</style>
border-color css
<style>
span { border-color: #B73690; }
span { border-color: rgb(183,54,144); }
td.TdClassName
{
border-color: #B73690;
}
.TagClassName
{
border-color: #B73690;
}
</style>