Shades of Medium Red Violet #B72075
Tints of Medium Red Violet #B72075
RGB
CMYK
RGB Variations
Color information
#B72075 (or 0xB72075) is known color: Medium Red Violet. HEX triplet: B7, 20 and 75. RGB value is (183,32,117). Sum of RGB (Red+Green+Blue) = 183+32+117=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B72075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72075 is #48DF8A. Grayscale: #565656. Windows color (decimal): -4775819 or 7676087. OLE color: 7676087.
HSL color Cylindrical-coordinate representation of color #B72075: hue angle of 326.23º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72075 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 117 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.28 |
| HSL | 326.23º | 0.7% | 0.42% | - |
| HSV(B) | 326.23º | 0.83% | 0.72% | - |
| XYZ | 23.26 | 12.38 | 17.99 | - |
| YUV | 86.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 117 | 0 | 0.83 | 0.36 | 0.28 | 326.23 | 0.7 | 0.42 |
| Hex | B7 | 20 | 75 | 0 | 53 | 24 | 1C | 146 | 46 | 2A |
| Octal | 267 | 40 | 165 | 0 | 123 | 44 | 34 | 506 | 106 | 52 |
| Binary | 10110111 | 100000 | 1110101 | 0 | 1010011 | 100100 | 11100 | 101000110 | 1000110 | 101010 |
Color Harmonies of #B72075
Complementary color
Monochromatic Colors of #B72075
Black with #B72075
Text Example
Text Example
White with #B72075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72075; }
p { color: rgb(183,32,117); }
H1.HeaderClassName
{
color: #B72075;
}
.AnyTagClassName
{
color: #B72075;
}
</style>
background-color css
<style>
a { background-color: #B72075; }
a { background-color: rgb(183,32,117); }
div.DivClassName
{
background-color: #B72075;
}
.BgClassName
{
background-color: #B72075;
}
</style>
border-color css
<style>
span { border-color: #B72075; }
span { border-color: rgb(183,32,117); }
td.TdClassName
{
border-color: #B72075;
}
.TagClassName
{
border-color: #B72075;
}
</style>