Shades of Medium Red Violet #B72799
Tints of Medium Red Violet #B72799
RGB
CMYK
RGB Variations
Color information
#B72799 (or 0xB72799) is known color: Medium Red Violet. HEX triplet: B7, 27 and 99. RGB value is (183,39,153). Sum of RGB (Red+Green+Blue) = 183+39+153=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B72799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72799 is #48D866. Grayscale: #5E5E5E. Windows color (decimal): -4773991 or 10037175. OLE color: 10037175.
HSL color Cylindrical-coordinate representation of color #B72799: hue angle of 312.5º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72799 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 153 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.28 |
| HSL | 312.5º | 0.65% | 0.44% | - |
| HSV(B) | 312.5º | 0.79% | 0.72% | - |
| XYZ | 26 | 13.82 | 31.43 | - |
| YUV | 95.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 153 | 0 | 0.79 | 0.16 | 0.28 | 312.5 | 0.65 | 0.44 |
| Hex | B7 | 27 | 99 | 0 | 4F | 10 | 1C | 138 | 41 | 2C |
| Octal | 267 | 47 | 231 | 0 | 117 | 20 | 34 | 470 | 101 | 54 |
| Binary | 10110111 | 100111 | 10011001 | 0 | 1001111 | 10000 | 11100 | 100111000 | 1000001 | 101100 |
Color Harmonies of #B72799
Complementary color
Monochromatic Colors of #B72799
Black with #B72799
Text Example
Text Example
White with #B72799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72799; }
p { color: rgb(183,39,153); }
H1.HeaderClassName
{
color: #B72799;
}
.AnyTagClassName
{
color: #B72799;
}
</style>
background-color css
<style>
a { background-color: #B72799; }
a { background-color: rgb(183,39,153); }
div.DivClassName
{
background-color: #B72799;
}
.BgClassName
{
background-color: #B72799;
}
</style>
border-color css
<style>
span { border-color: #B72799; }
span { border-color: rgb(183,39,153); }
td.TdClassName
{
border-color: #B72799;
}
.TagClassName
{
border-color: #B72799;
}
</style>