Shades of Medium Red Violet #B731A0
Tints of Medium Red Violet #B731A0
RGB
CMYK
RGB Variations
Color information
#B731A0 (or 0xB731A0) is known color: Medium Red Violet. HEX triplet: B7, 31 and A0. RGB value is (183,49,160). Sum of RGB (Red+Green+Blue) = 183+49+160=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B731A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B731A0 is #48CE5F. Grayscale: #656565. Windows color (decimal): -4771424 or 10498487. OLE color: 10498487.
HSL color Cylindrical-coordinate representation of color #B731A0: hue angle of 310.3º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B731A0 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 160 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.28 |
| HSL | 310.3º | 0.58% | 0.45% | - |
| HSV(B) | 310.3º | 0.73% | 0.72% | - |
| XYZ | 26.97 | 14.8 | 34.69 | - |
| YUV | 101.72 | 160.89 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 160 | 0 | 0.73 | 0.13 | 0.28 | 310.3 | 0.58 | 0.45 |
| Hex | B7 | 31 | A0 | 0 | 49 | D | 1C | 136 | 3A | 2D |
| Octal | 267 | 61 | 240 | 0 | 111 | 15 | 34 | 466 | 72 | 55 |
| Binary | 10110111 | 110001 | 10100000 | 0 | 1001001 | 1101 | 11100 | 100110110 | 111010 | 101101 |
Color Harmonies of #B731A0
Complementary color
Monochromatic Colors of #B731A0
Black with #B731A0
Text Example
Text Example
White with #B731A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731A0; }
p { color: rgb(183,49,160); }
H1.HeaderClassName
{
color: #B731A0;
}
.AnyTagClassName
{
color: #B731A0;
}
</style>
background-color css
<style>
a { background-color: #B731A0; }
a { background-color: rgb(183,49,160); }
div.DivClassName
{
background-color: #B731A0;
}
.BgClassName
{
background-color: #B731A0;
}
</style>
border-color css
<style>
span { border-color: #B731A0; }
span { border-color: rgb(183,49,160); }
td.TdClassName
{
border-color: #B731A0;
}
.TagClassName
{
border-color: #B731A0;
}
</style>