Shades of Medium Red Violet #B73CA4
Tints of Medium Red Violet #B73CA4
RGB
CMYK
RGB Variations
Color information
#B73CA4 (or 0xB73CA4) is known color: Medium Red Violet. HEX triplet: B7, 3C and A4. RGB value is (183,60,164). Sum of RGB (Red+Green+Blue) = 183+60+164=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B73CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73CA4 is #48C35B. Grayscale: #6C6C6C. Windows color (decimal): -4768604 or 10763447. OLE color: 10763447.
HSL color Cylindrical-coordinate representation of color #B73CA4: hue angle of 309.27º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73CA4 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 164 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.28 |
| HSL | 309.27º | 0.51% | 0.48% | - |
| HSV(B) | 309.27º | 0.67% | 0.72% | - |
| XYZ | 27.85 | 15.98 | 36.74 | - |
| YUV | 108.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 164 | 0 | 0.67 | 0.10 | 0.28 | 309.27 | 0.51 | 0.48 |
| Hex | B7 | 3C | A4 | 0 | 43 | A | 1C | 135 | 33 | 30 |
| Octal | 267 | 74 | 244 | 0 | 103 | 12 | 34 | 465 | 63 | 60 |
| Binary | 10110111 | 111100 | 10100100 | 0 | 1000011 | 1010 | 11100 | 100110101 | 110011 | 110000 |
Color Harmonies of #B73CA4
Complementary color
Monochromatic Colors of #B73CA4
Black with #B73CA4
Text Example
Text Example
White with #B73CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CA4; }
p { color: rgb(183,60,164); }
H1.HeaderClassName
{
color: #B73CA4;
}
.AnyTagClassName
{
color: #B73CA4;
}
</style>
background-color css
<style>
a { background-color: #B73CA4; }
a { background-color: rgb(183,60,164); }
div.DivClassName
{
background-color: #B73CA4;
}
.BgClassName
{
background-color: #B73CA4;
}
</style>
border-color css
<style>
span { border-color: #B73CA4; }
span { border-color: rgb(183,60,164); }
td.TdClassName
{
border-color: #B73CA4;
}
.TagClassName
{
border-color: #B73CA4;
}
</style>