Shades of Medium Red Violet #B73A8D
Tints of Medium Red Violet #B73A8D
RGB
CMYK
RGB Variations
Color information
#B73A8D (or 0xB73A8D) is known color: Medium Red Violet. HEX triplet: B7, 3A and 8D. RGB value is (183,58,141). Sum of RGB (Red+Green+Blue) = 183+58+141=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73A8D is #48C572. Grayscale: #686868. Windows color (decimal): -4769139 or 9255607. OLE color: 9255607.
HSL color Cylindrical-coordinate representation of color #B73A8D: hue angle of 320.16º 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 #B73A8D is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 141 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.28 |
| HSL | 320.16º | 0.52% | 0.47% | - |
| HSV(B) | 320.16º | 0.68% | 0.72% | - |
| XYZ | 25.85 | 15.02 | 26.74 | - |
| YUV | 104.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 141 | 0 | 0.68 | 0.23 | 0.28 | 320.16 | 0.52 | 0.47 |
| Hex | B7 | 3A | 8D | 0 | 44 | 17 | 1C | 140 | 34 | 2F |
| Octal | 267 | 72 | 215 | 0 | 104 | 27 | 34 | 500 | 64 | 57 |
| Binary | 10110111 | 111010 | 10001101 | 0 | 1000100 | 10111 | 11100 | 101000000 | 110100 | 101111 |
Color Harmonies of #B73A8D
Complementary color
Monochromatic Colors of #B73A8D
Black with #B73A8D
Text Example
Text Example
White with #B73A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73A8D; }
p { color: rgb(183,58,141); }
H1.HeaderClassName
{
color: #B73A8D;
}
.AnyTagClassName
{
color: #B73A8D;
}
</style>
background-color css
<style>
a { background-color: #B73A8D; }
a { background-color: rgb(183,58,141); }
div.DivClassName
{
background-color: #B73A8D;
}
.BgClassName
{
background-color: #B73A8D;
}
</style>
border-color css
<style>
span { border-color: #B73A8D; }
span { border-color: rgb(183,58,141); }
td.TdClassName
{
border-color: #B73A8D;
}
.TagClassName
{
border-color: #B73A8D;
}
</style>