Shades of Medium Red Violet #B73B9D
Tints of Medium Red Violet #B73B9D
RGB
CMYK
RGB Variations
Color information
#B73B9D (or 0xB73B9D) is known color: Medium Red Violet. HEX triplet: B7, 3B and 9D. RGB value is (183,59,157). Sum of RGB (Red+Green+Blue) = 183+59+157=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73B9D is #48C462. Grayscale: #6A6A6A. Windows color (decimal): -4768867 or 10304439. OLE color: 10304439.
HSL color Cylindrical-coordinate representation of color #B73B9D: hue angle of 312.58º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73B9D is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 157 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.28 |
| HSL | 312.58º | 0.51% | 0.47% | - |
| HSV(B) | 312.58º | 0.68% | 0.72% | - |
| XYZ | 27.18 | 15.63 | 33.48 | - |
| YUV | 107.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 157 | 0 | 0.68 | 0.14 | 0.28 | 312.58 | 0.51 | 0.47 |
| Hex | B7 | 3B | 9D | 0 | 44 | E | 1C | 139 | 33 | 2F |
| Octal | 267 | 73 | 235 | 0 | 104 | 16 | 34 | 471 | 63 | 57 |
| Binary | 10110111 | 111011 | 10011101 | 0 | 1000100 | 1110 | 11100 | 100111001 | 110011 | 101111 |
Color Harmonies of #B73B9D
Complementary color
Monochromatic Colors of #B73B9D
Black with #B73B9D
Text Example
Text Example
White with #B73B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B9D; }
p { color: rgb(183,59,157); }
H1.HeaderClassName
{
color: #B73B9D;
}
.AnyTagClassName
{
color: #B73B9D;
}
</style>
background-color css
<style>
a { background-color: #B73B9D; }
a { background-color: rgb(183,59,157); }
div.DivClassName
{
background-color: #B73B9D;
}
.BgClassName
{
background-color: #B73B9D;
}
</style>
border-color css
<style>
span { border-color: #B73B9D; }
span { border-color: rgb(183,59,157); }
td.TdClassName
{
border-color: #B73B9D;
}
.TagClassName
{
border-color: #B73B9D;
}
</style>