Shades of Medium Red Violet #B73BA3
Tints of Medium Red Violet #B73BA3
RGB
CMYK
RGB Variations
Color information
#B73BA3 (or 0xB73BA3) is known color: Medium Red Violet. HEX triplet: B7, 3B and A3. RGB value is (183,59,163). Sum of RGB (Red+Green+Blue) = 183+59+163=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73BA3 is #48C45C. Grayscale: #6B6B6B. Windows color (decimal): -4768861 or 10697655. OLE color: 10697655.
HSL color Cylindrical-coordinate representation of color #B73BA3: hue angle of 309.68º 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 #B73BA3 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 163 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.28 |
| HSL | 309.68º | 0.51% | 0.47% | - |
| HSV(B) | 309.68º | 0.68% | 0.72% | - |
| XYZ | 27.7 | 15.84 | 36.25 | - |
| YUV | 107.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 163 | 0 | 0.68 | 0.11 | 0.28 | 309.68 | 0.51 | 0.47 |
| Hex | B7 | 3B | A3 | 0 | 44 | B | 1C | 136 | 33 | 2F |
| Octal | 267 | 73 | 243 | 0 | 104 | 13 | 34 | 466 | 63 | 57 |
| Binary | 10110111 | 111011 | 10100011 | 0 | 1000100 | 1011 | 11100 | 100110110 | 110011 | 101111 |
Color Harmonies of #B73BA3
Complementary color
Monochromatic Colors of #B73BA3
Black with #B73BA3
Text Example
Text Example
White with #B73BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BA3; }
p { color: rgb(183,59,163); }
H1.HeaderClassName
{
color: #B73BA3;
}
.AnyTagClassName
{
color: #B73BA3;
}
</style>
background-color css
<style>
a { background-color: #B73BA3; }
a { background-color: rgb(183,59,163); }
div.DivClassName
{
background-color: #B73BA3;
}
.BgClassName
{
background-color: #B73BA3;
}
</style>
border-color css
<style>
span { border-color: #B73BA3; }
span { border-color: rgb(183,59,163); }
td.TdClassName
{
border-color: #B73BA3;
}
.TagClassName
{
border-color: #B73BA3;
}
</style>