Shades of Medium Red Violet #B73A8B
Tints of Medium Red Violet #B73A8B
RGB
CMYK
RGB Variations
Color information
#B73A8B (or 0xB73A8B) is known color: Medium Red Violet. HEX triplet: B7, 3A and 8B. RGB value is (183,58,139). Sum of RGB (Red+Green+Blue) = 183+58+139=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73A8B is #48C574. Grayscale: #686868. Windows color (decimal): -4769141 or 9124535. OLE color: 9124535.
HSL color Cylindrical-coordinate representation of color #B73A8B: hue angle of 321.12º degrees, saturation: 0.52, 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 #B73A8B is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 139 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.28 |
| HSL | 321.12º | 0.52% | 0.47% | - |
| HSV(B) | 321.12º | 0.68% | 0.72% | - |
| XYZ | 25.7 | 14.96 | 25.96 | - |
| YUV | 104.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 139 | 0 | 0.68 | 0.24 | 0.28 | 321.12 | 0.52 | 0.47 |
| Hex | B7 | 3A | 8B | 0 | 44 | 18 | 1C | 141 | 34 | 2F |
| Octal | 267 | 72 | 213 | 0 | 104 | 30 | 34 | 501 | 64 | 57 |
| Binary | 10110111 | 111010 | 10001011 | 0 | 1000100 | 11000 | 11100 | 101000001 | 110100 | 101111 |
Color Harmonies of #B73A8B
Complementary color
Monochromatic Colors of #B73A8B
Black with #B73A8B
Text Example
Text Example
White with #B73A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73A8B; }
p { color: rgb(183,58,139); }
H1.HeaderClassName
{
color: #B73A8B;
}
.AnyTagClassName
{
color: #B73A8B;
}
</style>
background-color css
<style>
a { background-color: #B73A8B; }
a { background-color: rgb(183,58,139); }
div.DivClassName
{
background-color: #B73A8B;
}
.BgClassName
{
background-color: #B73A8B;
}
</style>
border-color css
<style>
span { border-color: #B73A8B; }
span { border-color: rgb(183,58,139); }
td.TdClassName
{
border-color: #B73A8B;
}
.TagClassName
{
border-color: #B73A8B;
}
</style>