Shades of Medium Red Violet #B73A8A
Tints of Medium Red Violet #B73A8A
RGB
CMYK
RGB Variations
Color information
#B73A8A (or 0xB73A8A) is known color: Medium Red Violet. HEX triplet: B7, 3A and 8A. RGB value is (183,58,138). Sum of RGB (Red+Green+Blue) = 183+58+138=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73A8A is #48C575. Grayscale: #686868. Windows color (decimal): -4769142 or 9058999. OLE color: 9058999.
HSL color Cylindrical-coordinate representation of color #B73A8A: hue angle of 321.6º 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 #B73A8A is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 138 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.28 |
| HSL | 321.6º | 0.52% | 0.47% | - |
| HSV(B) | 321.6º | 0.68% | 0.72% | - |
| XYZ | 25.63 | 14.93 | 25.58 | - |
| YUV | 104.5 | 146.91 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 138 | 0 | 0.68 | 0.25 | 0.28 | 321.6 | 0.52 | 0.47 |
| Hex | B7 | 3A | 8A | 0 | 44 | 19 | 1C | 142 | 34 | 2F |
| Octal | 267 | 72 | 212 | 0 | 104 | 31 | 34 | 502 | 64 | 57 |
| Binary | 10110111 | 111010 | 10001010 | 0 | 1000100 | 11001 | 11100 | 101000010 | 110100 | 101111 |
Color Harmonies of #B73A8A
Complementary color
Monochromatic Colors of #B73A8A
Black with #B73A8A
Text Example
Text Example
White with #B73A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73A8A; }
p { color: rgb(183,58,138); }
H1.HeaderClassName
{
color: #B73A8A;
}
.AnyTagClassName
{
color: #B73A8A;
}
</style>
background-color css
<style>
a { background-color: #B73A8A; }
a { background-color: rgb(183,58,138); }
div.DivClassName
{
background-color: #B73A8A;
}
.BgClassName
{
background-color: #B73A8A;
}
</style>
border-color css
<style>
span { border-color: #B73A8A; }
span { border-color: rgb(183,58,138); }
td.TdClassName
{
border-color: #B73A8A;
}
.TagClassName
{
border-color: #B73A8A;
}
</style>