Shades of Medium Red Violet #B73182
Tints of Medium Red Violet #B73182
RGB
CMYK
RGB Variations
Color information
#B73182 (or 0xB73182) is known color: Medium Red Violet. HEX triplet: B7, 31 and 82. RGB value is (183,49,130). Sum of RGB (Red+Green+Blue) = 183+49+130=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B73182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73182 is #48CE7D. Grayscale: #626262. Windows color (decimal): -4771454 or 8532407. OLE color: 8532407.
HSL color Cylindrical-coordinate representation of color #B73182: hue angle of 323.73º 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 #B73182 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 130 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.28 |
| HSL | 323.73º | 0.58% | 0.45% | - |
| HSV(B) | 323.73º | 0.73% | 0.72% | - |
| XYZ | 24.66 | 13.88 | 22.5 | - |
| YUV | 98.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 130 | 0 | 0.73 | 0.29 | 0.28 | 323.73 | 0.58 | 0.45 |
| Hex | B7 | 31 | 82 | 0 | 49 | 1D | 1C | 144 | 3A | 2D |
| Octal | 267 | 61 | 202 | 0 | 111 | 35 | 34 | 504 | 72 | 55 |
| Binary | 10110111 | 110001 | 10000010 | 0 | 1001001 | 11101 | 11100 | 101000100 | 111010 | 101101 |
Color Harmonies of #B73182
Complementary color
Monochromatic Colors of #B73182
Black with #B73182
Text Example
Text Example
White with #B73182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73182; }
p { color: rgb(183,49,130); }
H1.HeaderClassName
{
color: #B73182;
}
.AnyTagClassName
{
color: #B73182;
}
</style>
background-color css
<style>
a { background-color: #B73182; }
a { background-color: rgb(183,49,130); }
div.DivClassName
{
background-color: #B73182;
}
.BgClassName
{
background-color: #B73182;
}
</style>
border-color css
<style>
span { border-color: #B73182; }
span { border-color: rgb(183,49,130); }
td.TdClassName
{
border-color: #B73182;
}
.TagClassName
{
border-color: #B73182;
}
</style>