Shades of Medium Red Violet #B72AA6
Tints of Medium Red Violet #B72AA6
RGB
CMYK
RGB Variations
Color information
#B72AA6 (or 0xB72AA6) is known color: Medium Red Violet. HEX triplet: B7, 2A and A6. RGB value is (183,42,166). Sum of RGB (Red+Green+Blue) = 183+42+166=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B72AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72AA6 is #48D559. Grayscale: #616161. Windows color (decimal): -4773210 or 10889911. OLE color: 10889911.
HSL color Cylindrical-coordinate representation of color #B72AA6: hue angle of 307.23º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72AA6 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 166 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.28 |
| HSL | 307.23º | 0.63% | 0.44% | - |
| HSV(B) | 307.23º | 0.77% | 0.72% | - |
| XYZ | 27.24 | 14.48 | 37.43 | - |
| YUV | 98.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 166 | 0 | 0.77 | 0.09 | 0.28 | 307.23 | 0.63 | 0.44 |
| Hex | B7 | 2A | A6 | 0 | 4D | 9 | 1C | 133 | 3F | 2C |
| Octal | 267 | 52 | 246 | 0 | 115 | 11 | 34 | 463 | 77 | 54 |
| Binary | 10110111 | 101010 | 10100110 | 0 | 1001101 | 1001 | 11100 | 100110011 | 111111 | 101100 |
Color Harmonies of #B72AA6
Complementary color
Monochromatic Colors of #B72AA6
Black with #B72AA6
Text Example
Text Example
White with #B72AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72AA6; }
p { color: rgb(183,42,166); }
H1.HeaderClassName
{
color: #B72AA6;
}
.AnyTagClassName
{
color: #B72AA6;
}
</style>
background-color css
<style>
a { background-color: #B72AA6; }
a { background-color: rgb(183,42,166); }
div.DivClassName
{
background-color: #B72AA6;
}
.BgClassName
{
background-color: #B72AA6;
}
</style>
border-color css
<style>
span { border-color: #B72AA6; }
span { border-color: rgb(183,42,166); }
td.TdClassName
{
border-color: #B72AA6;
}
.TagClassName
{
border-color: #B72AA6;
}
</style>