Shades of Medium Red Violet #B73184
Tints of Medium Red Violet #B73184
RGB
CMYK
RGB Variations
Color information
#B73184 (or 0xB73184) is known color: Medium Red Violet. HEX triplet: B7, 31 and 84. RGB value is (183,49,132). Sum of RGB (Red+Green+Blue) = 183+49+132=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B73184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73184 is #48CE7B. Grayscale: #626262. Windows color (decimal): -4771452 or 8663479. OLE color: 8663479.
HSL color Cylindrical-coordinate representation of color #B73184: hue angle of 322.84º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73184 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 132 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.28 |
| HSL | 322.84º | 0.58% | 0.45% | - |
| HSV(B) | 322.84º | 0.73% | 0.72% | - |
| XYZ | 24.79 | 13.93 | 23.21 | - |
| YUV | 98.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 132 | 0 | 0.73 | 0.28 | 0.28 | 322.84 | 0.58 | 0.45 |
| Hex | B7 | 31 | 84 | 0 | 49 | 1C | 1C | 143 | 3A | 2D |
| Octal | 267 | 61 | 204 | 0 | 111 | 34 | 34 | 503 | 72 | 55 |
| Binary | 10110111 | 110001 | 10000100 | 0 | 1001001 | 11100 | 11100 | 101000011 | 111010 | 101101 |
Color Harmonies of #B73184
Complementary color
Monochromatic Colors of #B73184
Black with #B73184
Text Example
Text Example
White with #B73184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73184; }
p { color: rgb(183,49,132); }
H1.HeaderClassName
{
color: #B73184;
}
.AnyTagClassName
{
color: #B73184;
}
</style>
background-color css
<style>
a { background-color: #B73184; }
a { background-color: rgb(183,49,132); }
div.DivClassName
{
background-color: #B73184;
}
.BgClassName
{
background-color: #B73184;
}
</style>
border-color css
<style>
span { border-color: #B73184; }
span { border-color: rgb(183,49,132); }
td.TdClassName
{
border-color: #B73184;
}
.TagClassName
{
border-color: #B73184;
}
</style>