Shades of Medium Red Violet #B73983
Tints of Medium Red Violet #B73983
RGB
CMYK
RGB Variations
Color information
#B73983 (or 0xB73983) is known color: Medium Red Violet. HEX triplet: B7, 39 and 83. RGB value is (183,57,131). Sum of RGB (Red+Green+Blue) = 183+57+131=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B73983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73983 is #48C67C. Grayscale: #666666. Windows color (decimal): -4769405 or 8599991. OLE color: 8599991.
HSL color Cylindrical-coordinate representation of color #B73983: hue angle of 324.76º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73983 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 131 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.28 |
| HSL | 324.76º | 0.53% | 0.47% | - |
| HSV(B) | 324.76º | 0.69% | 0.72% | - |
| XYZ | 25.09 | 14.63 | 22.97 | - |
| YUV | 103.11 | 143.74 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 131 | 0 | 0.69 | 0.28 | 0.28 | 324.76 | 0.53 | 0.47 |
| Hex | B7 | 39 | 83 | 0 | 45 | 1C | 1C | 145 | 34 | 2F |
| Octal | 267 | 71 | 203 | 0 | 105 | 34 | 34 | 505 | 64 | 57 |
| Binary | 10110111 | 111001 | 10000011 | 0 | 1000101 | 11100 | 11100 | 101000101 | 110100 | 101111 |
Color Harmonies of #B73983
Complementary color
Monochromatic Colors of #B73983
Black with #B73983
Text Example
Text Example
White with #B73983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73983; }
p { color: rgb(183,57,131); }
H1.HeaderClassName
{
color: #B73983;
}
.AnyTagClassName
{
color: #B73983;
}
</style>
background-color css
<style>
a { background-color: #B73983; }
a { background-color: rgb(183,57,131); }
div.DivClassName
{
background-color: #B73983;
}
.BgClassName
{
background-color: #B73983;
}
</style>
border-color css
<style>
span { border-color: #B73983; }
span { border-color: rgb(183,57,131); }
td.TdClassName
{
border-color: #B73983;
}
.TagClassName
{
border-color: #B73983;
}
</style>