Shades of Medium Red Violet #B73F83
Tints of Medium Red Violet #B73F83
RGB
CMYK
RGB Variations
Color information
#B73F83 (or 0xB73F83) is known color: Medium Red Violet. HEX triplet: B7, 3F and 83. RGB value is (183,63,131). Sum of RGB (Red+Green+Blue) = 183+63+131=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73F83 is #48C07C. Grayscale: #6A6A6A. Windows color (decimal): -4767869 or 8601527. OLE color: 8601527.
HSL color Cylindrical-coordinate representation of color #B73F83: hue angle of 326º 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 #B73F83 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 131 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.28 |
| HSL | 326º | 0.49% | 0.48% | - |
| HSV(B) | 326º | 0.66% | 0.72% | - |
| XYZ | 25.4 | 15.26 | 23.08 | - |
| YUV | 106.63 | 141.76 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 131 | 0 | 0.66 | 0.28 | 0.28 | 326 | 0.49 | 0.48 |
| Hex | B7 | 3F | 83 | 0 | 42 | 1C | 1C | 146 | 31 | 30 |
| Octal | 267 | 77 | 203 | 0 | 102 | 34 | 34 | 506 | 61 | 60 |
| Binary | 10110111 | 111111 | 10000011 | 0 | 1000010 | 11100 | 11100 | 101000110 | 110001 | 110000 |
Color Harmonies of #B73F83
Complementary color
Monochromatic Colors of #B73F83
Black with #B73F83
Text Example
Text Example
White with #B73F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F83; }
p { color: rgb(183,63,131); }
H1.HeaderClassName
{
color: #B73F83;
}
.AnyTagClassName
{
color: #B73F83;
}
</style>
background-color css
<style>
a { background-color: #B73F83; }
a { background-color: rgb(183,63,131); }
div.DivClassName
{
background-color: #B73F83;
}
.BgClassName
{
background-color: #B73F83;
}
</style>
border-color css
<style>
span { border-color: #B73F83; }
span { border-color: rgb(183,63,131); }
td.TdClassName
{
border-color: #B73F83;
}
.TagClassName
{
border-color: #B73F83;
}
</style>