Shades of Medium Red Violet #B73090
Tints of Medium Red Violet #B73090
RGB
CMYK
RGB Variations
Color information
#B73090 (or 0xB73090) is known color: Medium Red Violet. HEX triplet: B7, 30 and 90. RGB value is (183,48,144). Sum of RGB (Red+Green+Blue) = 183+48+144=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B73090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73090 is #48CF6F. Grayscale: #636363. Windows color (decimal): -4771696 or 9449655. OLE color: 9449655.
HSL color Cylindrical-coordinate representation of color #B73090: hue angle of 317.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73090 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 144 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.28 |
| HSL | 317.33º | 0.58% | 0.45% | - |
| HSV(B) | 317.33º | 0.74% | 0.72% | - |
| XYZ | 25.62 | 14.19 | 27.78 | - |
| YUV | 99.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 144 | 0 | 0.74 | 0.21 | 0.28 | 317.33 | 0.58 | 0.45 |
| Hex | B7 | 30 | 90 | 0 | 4A | 15 | 1C | 13D | 3A | 2D |
| Octal | 267 | 60 | 220 | 0 | 112 | 25 | 34 | 475 | 72 | 55 |
| Binary | 10110111 | 110000 | 10010000 | 0 | 1001010 | 10101 | 11100 | 100111101 | 111010 | 101101 |
Color Harmonies of #B73090
Complementary color
Monochromatic Colors of #B73090
Black with #B73090
Text Example
Text Example
White with #B73090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73090; }
p { color: rgb(183,48,144); }
H1.HeaderClassName
{
color: #B73090;
}
.AnyTagClassName
{
color: #B73090;
}
</style>
background-color css
<style>
a { background-color: #B73090; }
a { background-color: rgb(183,48,144); }
div.DivClassName
{
background-color: #B73090;
}
.BgClassName
{
background-color: #B73090;
}
</style>
border-color css
<style>
span { border-color: #B73090; }
span { border-color: rgb(183,48,144); }
td.TdClassName
{
border-color: #B73090;
}
.TagClassName
{
border-color: #B73090;
}
</style>