Shades of Medium Red Violet #B73299
Tints of Medium Red Violet #B73299
RGB
CMYK
RGB Variations
Color information
#B73299 (or 0xB73299) is known color: Medium Red Violet. HEX triplet: B7, 32 and 99. RGB value is (183,50,153). Sum of RGB (Red+Green+Blue) = 183+50+153=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B73299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73299 is #48CD66. Grayscale: #656565. Windows color (decimal): -4771175 or 10039991. OLE color: 10039991.
HSL color Cylindrical-coordinate representation of color #B73299: hue angle of 313.53º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73299 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 153 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.28 |
| HSL | 313.53º | 0.57% | 0.46% | - |
| HSV(B) | 313.53º | 0.73% | 0.72% | - |
| XYZ | 26.42 | 14.65 | 31.57 | - |
| YUV | 101.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 153 | 0 | 0.73 | 0.16 | 0.28 | 313.53 | 0.57 | 0.46 |
| Hex | B7 | 32 | 99 | 0 | 49 | 10 | 1C | 13A | 39 | 2E |
| Octal | 267 | 62 | 231 | 0 | 111 | 20 | 34 | 472 | 71 | 56 |
| Binary | 10110111 | 110010 | 10011001 | 0 | 1001001 | 10000 | 11100 | 100111010 | 111001 | 101110 |
Color Harmonies of #B73299
Complementary color
Monochromatic Colors of #B73299
Black with #B73299
Text Example
Text Example
White with #B73299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73299; }
p { color: rgb(183,50,153); }
H1.HeaderClassName
{
color: #B73299;
}
.AnyTagClassName
{
color: #B73299;
}
</style>
background-color css
<style>
a { background-color: #B73299; }
a { background-color: rgb(183,50,153); }
div.DivClassName
{
background-color: #B73299;
}
.BgClassName
{
background-color: #B73299;
}
</style>
border-color css
<style>
span { border-color: #B73299; }
span { border-color: rgb(183,50,153); }
td.TdClassName
{
border-color: #B73299;
}
.TagClassName
{
border-color: #B73299;
}
</style>