Shades of Medium Red Violet #B73188
Tints of Medium Red Violet #B73188
RGB
CMYK
RGB Variations
Color information
#B73188 (or 0xB73188) is known color: Medium Red Violet. HEX triplet: B7, 31 and 88. RGB value is (183,49,136). Sum of RGB (Red+Green+Blue) = 183+49+136=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B73188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73188 is #48CE77. Grayscale: #626262. Windows color (decimal): -4771448 or 8925623. OLE color: 8925623.
HSL color Cylindrical-coordinate representation of color #B73188: hue angle of 321.04º 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 #B73188 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 136 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.28 |
| HSL | 321.04º | 0.58% | 0.45% | - |
| HSV(B) | 321.04º | 0.73% | 0.72% | - |
| XYZ | 25.07 | 14.04 | 24.68 | - |
| YUV | 98.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 136 | 0 | 0.73 | 0.26 | 0.28 | 321.04 | 0.58 | 0.45 |
| Hex | B7 | 31 | 88 | 0 | 49 | 1A | 1C | 141 | 3A | 2D |
| Octal | 267 | 61 | 210 | 0 | 111 | 32 | 34 | 501 | 72 | 55 |
| Binary | 10110111 | 110001 | 10001000 | 0 | 1001001 | 11010 | 11100 | 101000001 | 111010 | 101101 |
Color Harmonies of #B73188
Complementary color
Monochromatic Colors of #B73188
Black with #B73188
Text Example
Text Example
White with #B73188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73188; }
p { color: rgb(183,49,136); }
H1.HeaderClassName
{
color: #B73188;
}
.AnyTagClassName
{
color: #B73188;
}
</style>
background-color css
<style>
a { background-color: #B73188; }
a { background-color: rgb(183,49,136); }
div.DivClassName
{
background-color: #B73188;
}
.BgClassName
{
background-color: #B73188;
}
</style>
border-color css
<style>
span { border-color: #B73188; }
span { border-color: rgb(183,49,136); }
td.TdClassName
{
border-color: #B73188;
}
.TagClassName
{
border-color: #B73188;
}
</style>