Shades of Medium Red Violet #B73B8B
Tints of Medium Red Violet #B73B8B
RGB
CMYK
RGB Variations
Color information
#B73B8B (or 0xB73B8B) is known color: Medium Red Violet. HEX triplet: B7, 3B and 8B. RGB value is (183,59,139). Sum of RGB (Red+Green+Blue) = 183+59+139=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73B8B is #48C474. Grayscale: #696969. Windows color (decimal): -4768885 or 9124791. OLE color: 9124791.
HSL color Cylindrical-coordinate representation of color #B73B8B: hue angle of 321.29º 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 #B73B8B is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 139 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.28 |
| HSL | 321.29º | 0.51% | 0.47% | - |
| HSV(B) | 321.29º | 0.68% | 0.72% | - |
| XYZ | 25.75 | 15.06 | 25.98 | - |
| YUV | 105.2 | 147.08 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 139 | 0 | 0.68 | 0.24 | 0.28 | 321.29 | 0.51 | 0.47 |
| Hex | B7 | 3B | 8B | 0 | 44 | 18 | 1C | 141 | 33 | 2F |
| Octal | 267 | 73 | 213 | 0 | 104 | 30 | 34 | 501 | 63 | 57 |
| Binary | 10110111 | 111011 | 10001011 | 0 | 1000100 | 11000 | 11100 | 101000001 | 110011 | 101111 |
Color Harmonies of #B73B8B
Complementary color
Monochromatic Colors of #B73B8B
Black with #B73B8B
Text Example
Text Example
White with #B73B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B8B; }
p { color: rgb(183,59,139); }
H1.HeaderClassName
{
color: #B73B8B;
}
.AnyTagClassName
{
color: #B73B8B;
}
</style>
background-color css
<style>
a { background-color: #B73B8B; }
a { background-color: rgb(183,59,139); }
div.DivClassName
{
background-color: #B73B8B;
}
.BgClassName
{
background-color: #B73B8B;
}
</style>
border-color css
<style>
span { border-color: #B73B8B; }
span { border-color: rgb(183,59,139); }
td.TdClassName
{
border-color: #B73B8B;
}
.TagClassName
{
border-color: #B73B8B;
}
</style>