Shades of Medium Red Violet #B72696
Tints of Medium Red Violet #B72696
RGB
CMYK
RGB Variations
Color information
#B72696 (or 0xB72696) is known color: Medium Red Violet. HEX triplet: B7, 26 and 96. RGB value is (183,38,150). Sum of RGB (Red+Green+Blue) = 183+38+150=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B72696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72696 is #48D969. Grayscale: #5D5D5D. Windows color (decimal): -4774250 or 9840311. OLE color: 9840311.
HSL color Cylindrical-coordinate representation of color #B72696: hue angle of 313.66º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72696 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 150 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.28 |
| HSL | 313.66º | 0.66% | 0.43% | - |
| HSV(B) | 313.66º | 0.79% | 0.72% | - |
| XYZ | 25.73 | 13.66 | 30.13 | - |
| YUV | 94.12 | 159.54 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 150 | 0 | 0.79 | 0.18 | 0.28 | 313.66 | 0.66 | 0.43 |
| Hex | B7 | 26 | 96 | 0 | 4F | 12 | 1C | 13A | 42 | 2B |
| Octal | 267 | 46 | 226 | 0 | 117 | 22 | 34 | 472 | 102 | 53 |
| Binary | 10110111 | 100110 | 10010110 | 0 | 1001111 | 10010 | 11100 | 100111010 | 1000010 | 101011 |
Color Harmonies of #B72696
Complementary color
Monochromatic Colors of #B72696
Black with #B72696
Text Example
Text Example
White with #B72696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72696; }
p { color: rgb(183,38,150); }
H1.HeaderClassName
{
color: #B72696;
}
.AnyTagClassName
{
color: #B72696;
}
</style>
background-color css
<style>
a { background-color: #B72696; }
a { background-color: rgb(183,38,150); }
div.DivClassName
{
background-color: #B72696;
}
.BgClassName
{
background-color: #B72696;
}
</style>
border-color css
<style>
span { border-color: #B72696; }
span { border-color: rgb(183,38,150); }
td.TdClassName
{
border-color: #B72696;
}
.TagClassName
{
border-color: #B72696;
}
</style>