Shades of Medium Red Violet #B729A0
Tints of Medium Red Violet #B729A0
RGB
CMYK
RGB Variations
Color information
#B729A0 (or 0xB729A0) is known color: Medium Red Violet. HEX triplet: B7, 29 and A0. RGB value is (183,41,160). Sum of RGB (Red+Green+Blue) = 183+41+160=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B729A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B729A0 is #48D65F. Grayscale: #606060. Windows color (decimal): -4773472 or 10496439. OLE color: 10496439.
HSL color Cylindrical-coordinate representation of color #B729A0: hue angle of 309.72º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B729A0 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 160 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.28 |
| HSL | 309.72º | 0.63% | 0.44% | - |
| HSV(B) | 309.72º | 0.78% | 0.72% | - |
| XYZ | 26.67 | 14.19 | 34.59 | - |
| YUV | 97.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 160 | 0 | 0.78 | 0.13 | 0.28 | 309.72 | 0.63 | 0.44 |
| Hex | B7 | 29 | A0 | 0 | 4E | D | 1C | 136 | 3F | 2C |
| Octal | 267 | 51 | 240 | 0 | 116 | 15 | 34 | 466 | 77 | 54 |
| Binary | 10110111 | 101001 | 10100000 | 0 | 1001110 | 1101 | 11100 | 100110110 | 111111 | 101100 |
Color Harmonies of #B729A0
Complementary color
Monochromatic Colors of #B729A0
Black with #B729A0
Text Example
Text Example
White with #B729A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B729A0; }
p { color: rgb(183,41,160); }
H1.HeaderClassName
{
color: #B729A0;
}
.AnyTagClassName
{
color: #B729A0;
}
</style>
background-color css
<style>
a { background-color: #B729A0; }
a { background-color: rgb(183,41,160); }
div.DivClassName
{
background-color: #B729A0;
}
.BgClassName
{
background-color: #B729A0;
}
</style>
border-color css
<style>
span { border-color: #B729A0; }
span { border-color: rgb(183,41,160); }
td.TdClassName
{
border-color: #B729A0;
}
.TagClassName
{
border-color: #B729A0;
}
</style>