Shades of Medium Red Violet #B731A3
Tints of Medium Red Violet #B731A3
RGB
CMYK
RGB Variations
Color information
#B731A3 (or 0xB731A3) is known color: Medium Red Violet. HEX triplet: B7, 31 and A3. RGB value is (183,49,163). Sum of RGB (Red+Green+Blue) = 183+49+163=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B731A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B731A3 is #48CE5C. Grayscale: #656565. Windows color (decimal): -4771421 or 10695095. OLE color: 10695095.
HSL color Cylindrical-coordinate representation of color #B731A3: hue angle of 308.96º 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 #B731A3 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 163 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.28 |
| HSL | 308.96º | 0.58% | 0.45% | - |
| HSV(B) | 308.96º | 0.73% | 0.72% | - |
| XYZ | 27.24 | 14.91 | 36.09 | - |
| YUV | 102.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 163 | 0 | 0.73 | 0.11 | 0.28 | 308.96 | 0.58 | 0.45 |
| Hex | B7 | 31 | A3 | 0 | 49 | B | 1C | 135 | 3A | 2D |
| Octal | 267 | 61 | 243 | 0 | 111 | 13 | 34 | 465 | 72 | 55 |
| Binary | 10110111 | 110001 | 10100011 | 0 | 1001001 | 1011 | 11100 | 100110101 | 111010 | 101101 |
Color Harmonies of #B731A3
Complementary color
Monochromatic Colors of #B731A3
Black with #B731A3
Text Example
Text Example
White with #B731A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731A3; }
p { color: rgb(183,49,163); }
H1.HeaderClassName
{
color: #B731A3;
}
.AnyTagClassName
{
color: #B731A3;
}
</style>
background-color css
<style>
a { background-color: #B731A3; }
a { background-color: rgb(183,49,163); }
div.DivClassName
{
background-color: #B731A3;
}
.BgClassName
{
background-color: #B731A3;
}
</style>
border-color css
<style>
span { border-color: #B731A3; }
span { border-color: rgb(183,49,163); }
td.TdClassName
{
border-color: #B731A3;
}
.TagClassName
{
border-color: #B731A3;
}
</style>