Shades of Medium Red Violet #B73A78
Tints of Medium Red Violet #B73A78
RGB
CMYK
RGB Variations
Color information
#B73A78 (or 0xB73A78) is known color: Medium Red Violet. HEX triplet: B7, 3A and 78. RGB value is (183,58,120). Sum of RGB (Red+Green+Blue) = 183+58+120=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73A78 is #48C587. Grayscale: #666666. Windows color (decimal): -4769160 or 7879351. OLE color: 7879351.
HSL color Cylindrical-coordinate representation of color #B73A78: hue angle of 330.24º 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 #B73A78 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 120 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.28 |
| HSL | 330.24º | 0.52% | 0.47% | - |
| HSV(B) | 330.24º | 0.68% | 0.72% | - |
| XYZ | 24.43 | 14.45 | 19.27 | - |
| YUV | 102.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 120 | 0 | 0.68 | 0.34 | 0.28 | 330.24 | 0.52 | 0.47 |
| Hex | B7 | 3A | 78 | 0 | 44 | 22 | 1C | 14A | 34 | 2F |
| Octal | 267 | 72 | 170 | 0 | 104 | 42 | 34 | 512 | 64 | 57 |
| Binary | 10110111 | 111010 | 1111000 | 0 | 1000100 | 100010 | 11100 | 101001010 | 110100 | 101111 |
Color Harmonies of #B73A78
Complementary color
Monochromatic Colors of #B73A78
Black with #B73A78
Text Example
Text Example
White with #B73A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73A78; }
p { color: rgb(183,58,120); }
H1.HeaderClassName
{
color: #B73A78;
}
.AnyTagClassName
{
color: #B73A78;
}
</style>
background-color css
<style>
a { background-color: #B73A78; }
a { background-color: rgb(183,58,120); }
div.DivClassName
{
background-color: #B73A78;
}
.BgClassName
{
background-color: #B73A78;
}
</style>
border-color css
<style>
span { border-color: #B73A78; }
span { border-color: rgb(183,58,120); }
td.TdClassName
{
border-color: #B73A78;
}
.TagClassName
{
border-color: #B73A78;
}
</style>