Shades of Medium Red Violet #B73BA2
Tints of Medium Red Violet #B73BA2
RGB
CMYK
RGB Variations
Color information
#B73BA2 (or 0xB73BA2) is known color: Medium Red Violet. HEX triplet: B7, 3B and A2. RGB value is (183,59,162). Sum of RGB (Red+Green+Blue) = 183+59+162=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73BA2 is #48C45D. Grayscale: #6B6B6B. Windows color (decimal): -4768862 or 10632119. OLE color: 10632119.
HSL color Cylindrical-coordinate representation of color #B73BA2: hue angle of 310.16º 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 #B73BA2 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 162 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.28 |
| HSL | 310.16º | 0.51% | 0.47% | - |
| HSV(B) | 310.16º | 0.68% | 0.72% | - |
| XYZ | 27.61 | 15.8 | 35.78 | - |
| YUV | 107.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 162 | 0 | 0.68 | 0.11 | 0.28 | 310.16 | 0.51 | 0.47 |
| Hex | B7 | 3B | A2 | 0 | 44 | B | 1C | 136 | 33 | 2F |
| Octal | 267 | 73 | 242 | 0 | 104 | 13 | 34 | 466 | 63 | 57 |
| Binary | 10110111 | 111011 | 10100010 | 0 | 1000100 | 1011 | 11100 | 100110110 | 110011 | 101111 |
Color Harmonies of #B73BA2
Complementary color
Monochromatic Colors of #B73BA2
Black with #B73BA2
Text Example
Text Example
White with #B73BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BA2; }
p { color: rgb(183,59,162); }
H1.HeaderClassName
{
color: #B73BA2;
}
.AnyTagClassName
{
color: #B73BA2;
}
</style>
background-color css
<style>
a { background-color: #B73BA2; }
a { background-color: rgb(183,59,162); }
div.DivClassName
{
background-color: #B73BA2;
}
.BgClassName
{
background-color: #B73BA2;
}
</style>
border-color css
<style>
span { border-color: #B73BA2; }
span { border-color: rgb(183,59,162); }
td.TdClassName
{
border-color: #B73BA2;
}
.TagClassName
{
border-color: #B73BA2;
}
</style>