Shades of Medium Red Violet #B73E82
Tints of Medium Red Violet #B73E82
RGB
CMYK
RGB Variations
Color information
#B73E82 (or 0xB73E82) is known color: Medium Red Violet. HEX triplet: B7, 3E and 82. RGB value is (183,62,130). Sum of RGB (Red+Green+Blue) = 183+62+130=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73E82 is #48C17D. Grayscale: #696969. Windows color (decimal): -4768126 or 8535735. OLE color: 8535735.
HSL color Cylindrical-coordinate representation of color #B73E82: hue angle of 326.28º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73E82 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 62 | 130 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.28 |
| HSL | 326.28º | 0.49% | 0.48% | - |
| HSV(B) | 326.28º | 0.66% | 0.72% | - |
| XYZ | 25.28 | 15.12 | 22.71 | - |
| YUV | 105.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 130 | 0 | 0.66 | 0.29 | 0.28 | 326.28 | 0.49 | 0.48 |
| Hex | B7 | 3E | 82 | 0 | 42 | 1D | 1C | 146 | 31 | 30 |
| Octal | 267 | 76 | 202 | 0 | 102 | 35 | 34 | 506 | 61 | 60 |
| Binary | 10110111 | 111110 | 10000010 | 0 | 1000010 | 11101 | 11100 | 101000110 | 110001 | 110000 |
Color Harmonies of #B73E82
Complementary color
Monochromatic Colors of #B73E82
Black with #B73E82
Text Example
Text Example
White with #B73E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73E82; }
p { color: rgb(183,62,130); }
H1.HeaderClassName
{
color: #B73E82;
}
.AnyTagClassName
{
color: #B73E82;
}
</style>
background-color css
<style>
a { background-color: #B73E82; }
a { background-color: rgb(183,62,130); }
div.DivClassName
{
background-color: #B73E82;
}
.BgClassName
{
background-color: #B73E82;
}
</style>
border-color css
<style>
span { border-color: #B73E82; }
span { border-color: rgb(183,62,130); }
td.TdClassName
{
border-color: #B73E82;
}
.TagClassName
{
border-color: #B73E82;
}
</style>