Shades of Medium Red Violet #B73385
Tints of Medium Red Violet #B73385
RGB
CMYK
RGB Variations
Color information
#B73385 (or 0xB73385) is known color: Medium Red Violet. HEX triplet: B7, 33 and 85. RGB value is (183,51,133). Sum of RGB (Red+Green+Blue) = 183+51+133=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B73385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73385 is #48CC7A. Grayscale: #636363. Windows color (decimal): -4770939 or 8729527. OLE color: 8729527.
HSL color Cylindrical-coordinate representation of color #B73385: hue angle of 322.73º 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 #B73385 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 133 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.28 |
| HSL | 322.73º | 0.56% | 0.46% | - |
| HSV(B) | 322.73º | 0.72% | 0.72% | - |
| XYZ | 24.95 | 14.13 | 23.6 | - |
| YUV | 99.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 133 | 0 | 0.72 | 0.27 | 0.28 | 322.73 | 0.56 | 0.46 |
| Hex | B7 | 33 | 85 | 0 | 48 | 1B | 1C | 143 | 38 | 2E |
| Octal | 267 | 63 | 205 | 0 | 110 | 33 | 34 | 503 | 70 | 56 |
| Binary | 10110111 | 110011 | 10000101 | 0 | 1001000 | 11011 | 11100 | 101000011 | 111000 | 101110 |
Color Harmonies of #B73385
Complementary color
Monochromatic Colors of #B73385
Black with #B73385
Text Example
Text Example
White with #B73385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73385; }
p { color: rgb(183,51,133); }
H1.HeaderClassName
{
color: #B73385;
}
.AnyTagClassName
{
color: #B73385;
}
</style>
background-color css
<style>
a { background-color: #B73385; }
a { background-color: rgb(183,51,133); }
div.DivClassName
{
background-color: #B73385;
}
.BgClassName
{
background-color: #B73385;
}
</style>
border-color css
<style>
span { border-color: #B73385; }
span { border-color: rgb(183,51,133); }
td.TdClassName
{
border-color: #B73385;
}
.TagClassName
{
border-color: #B73385;
}
</style>