Shades of Medium Red Violet #B72E7B
Tints of Medium Red Violet #B72E7B
RGB
CMYK
RGB Variations
Color information
#B72E7B (or 0xB72E7B) is known color: Medium Red Violet. HEX triplet: B7, 2E and 7B. RGB value is (183,46,123). Sum of RGB (Red+Green+Blue) = 183+46+123=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72E7B is #48D184. Grayscale: #5F5F5F. Windows color (decimal): -4772229 or 8072887. OLE color: 8072887.
HSL color Cylindrical-coordinate representation of color #B72E7B: hue angle of 326.28º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72E7B is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 46 | 123 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.28 |
| HSL | 326.28º | 0.6% | 0.45% | - |
| HSV(B) | 326.28º | 0.75% | 0.72% | - |
| XYZ | 24.08 | 13.45 | 20.07 | - |
| YUV | 95.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 123 | 0 | 0.75 | 0.33 | 0.28 | 326.28 | 0.6 | 0.45 |
| Hex | B7 | 2E | 7B | 0 | 4B | 21 | 1C | 146 | 3C | 2D |
| Octal | 267 | 56 | 173 | 0 | 113 | 41 | 34 | 506 | 74 | 55 |
| Binary | 10110111 | 101110 | 1111011 | 0 | 1001011 | 100001 | 11100 | 101000110 | 111100 | 101101 |
Color Harmonies of #B72E7B
Complementary color
Monochromatic Colors of #B72E7B
Black with #B72E7B
Text Example
Text Example
White with #B72E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72E7B; }
p { color: rgb(183,46,123); }
H1.HeaderClassName
{
color: #B72E7B;
}
.AnyTagClassName
{
color: #B72E7B;
}
</style>
background-color css
<style>
a { background-color: #B72E7B; }
a { background-color: rgb(183,46,123); }
div.DivClassName
{
background-color: #B72E7B;
}
.BgClassName
{
background-color: #B72E7B;
}
</style>
border-color css
<style>
span { border-color: #B72E7B; }
span { border-color: rgb(183,46,123); }
td.TdClassName
{
border-color: #B72E7B;
}
.TagClassName
{
border-color: #B72E7B;
}
</style>