Shades of Medium Red Violet #B73883
Tints of Medium Red Violet #B73883
RGB
CMYK
RGB Variations
Color information
#B73883 (or 0xB73883) is known color: Medium Red Violet. HEX triplet: B7, 38 and 83. RGB value is (183,56,131). Sum of RGB (Red+Green+Blue) = 183+56+131=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B73883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73883 is #48C77C. Grayscale: #666666. Windows color (decimal): -4769661 or 8599735. OLE color: 8599735.
HSL color Cylindrical-coordinate representation of color #B73883: hue angle of 324.57º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73883 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 131 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.28 |
| HSL | 324.57º | 0.53% | 0.47% | - |
| HSV(B) | 324.57º | 0.69% | 0.72% | - |
| XYZ | 25.04 | 14.53 | 22.96 | - |
| YUV | 102.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 131 | 0 | 0.69 | 0.28 | 0.28 | 324.57 | 0.53 | 0.47 |
| Hex | B7 | 38 | 83 | 0 | 45 | 1C | 1C | 145 | 35 | 2F |
| Octal | 267 | 70 | 203 | 0 | 105 | 34 | 34 | 505 | 65 | 57 |
| Binary | 10110111 | 111000 | 10000011 | 0 | 1000101 | 11100 | 11100 | 101000101 | 110101 | 101111 |
Color Harmonies of #B73883
Complementary color
Monochromatic Colors of #B73883
Black with #B73883
Text Example
Text Example
White with #B73883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73883; }
p { color: rgb(183,56,131); }
H1.HeaderClassName
{
color: #B73883;
}
.AnyTagClassName
{
color: #B73883;
}
</style>
background-color css
<style>
a { background-color: #B73883; }
a { background-color: rgb(183,56,131); }
div.DivClassName
{
background-color: #B73883;
}
.BgClassName
{
background-color: #B73883;
}
</style>
border-color css
<style>
span { border-color: #B73883; }
span { border-color: rgb(183,56,131); }
td.TdClassName
{
border-color: #B73883;
}
.TagClassName
{
border-color: #B73883;
}
</style>