Shades of Medium Red Violet #B73393
Tints of Medium Red Violet #B73393
RGB
CMYK
RGB Variations
Color information
#B73393 (or 0xB73393) is known color: Medium Red Violet. HEX triplet: B7, 33 and 93. RGB value is (183,51,147). Sum of RGB (Red+Green+Blue) = 183+51+147=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B73393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73393 is #48CC6C. Grayscale: #656565. Windows color (decimal): -4770925 or 9647031. OLE color: 9647031.
HSL color Cylindrical-coordinate representation of color #B73393: hue angle of 316.36º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73393 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 147 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.28 |
| HSL | 316.36º | 0.56% | 0.46% | - |
| HSV(B) | 316.36º | 0.72% | 0.72% | - |
| XYZ | 25.98 | 14.54 | 29.04 | - |
| YUV | 101.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 147 | 0 | 0.72 | 0.20 | 0.28 | 316.36 | 0.56 | 0.46 |
| Hex | B7 | 33 | 93 | 0 | 48 | 14 | 1C | 13C | 38 | 2E |
| Octal | 267 | 63 | 223 | 0 | 110 | 24 | 34 | 474 | 70 | 56 |
| Binary | 10110111 | 110011 | 10010011 | 0 | 1001000 | 10100 | 11100 | 100111100 | 111000 | 101110 |
Color Harmonies of #B73393
Complementary color
Monochromatic Colors of #B73393
Black with #B73393
Text Example
Text Example
White with #B73393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73393; }
p { color: rgb(183,51,147); }
H1.HeaderClassName
{
color: #B73393;
}
.AnyTagClassName
{
color: #B73393;
}
</style>
background-color css
<style>
a { background-color: #B73393; }
a { background-color: rgb(183,51,147); }
div.DivClassName
{
background-color: #B73393;
}
.BgClassName
{
background-color: #B73393;
}
</style>
border-color css
<style>
span { border-color: #B73393; }
span { border-color: rgb(183,51,147); }
td.TdClassName
{
border-color: #B73393;
}
.TagClassName
{
border-color: #B73393;
}
</style>