Shades of Medium Red Violet #B72481
Tints of Medium Red Violet #B72481
RGB
CMYK
RGB Variations
Color information
#B72481 (or 0xB72481) is known color: Medium Red Violet. HEX triplet: B7, 24 and 81. RGB value is (183,36,129). Sum of RGB (Red+Green+Blue) = 183+36+129=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B72481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72481 is #48DB7E. Grayscale: #5A5A5A. Windows color (decimal): -4774783 or 8463543. OLE color: 8463543.
HSL color Cylindrical-coordinate representation of color #B72481: hue angle of 322.04º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72481 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 129 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.28 |
| HSL | 322.04º | 0.67% | 0.43% | - |
| HSV(B) | 322.04º | 0.8% | 0.72% | - |
| XYZ | 24.12 | 12.91 | 21.99 | - |
| YUV | 90.56 | 149.7 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 129 | 0 | 0.80 | 0.30 | 0.28 | 322.04 | 0.67 | 0.43 |
| Hex | B7 | 24 | 81 | 0 | 50 | 1E | 1C | 142 | 43 | 2B |
| Octal | 267 | 44 | 201 | 0 | 120 | 36 | 34 | 502 | 103 | 53 |
| Binary | 10110111 | 100100 | 10000001 | 0 | 1010000 | 11110 | 11100 | 101000010 | 1000011 | 101011 |
Color Harmonies of #B72481
Complementary color
Monochromatic Colors of #B72481
Black with #B72481
Text Example
Text Example
White with #B72481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72481; }
p { color: rgb(183,36,129); }
H1.HeaderClassName
{
color: #B72481;
}
.AnyTagClassName
{
color: #B72481;
}
</style>
background-color css
<style>
a { background-color: #B72481; }
a { background-color: rgb(183,36,129); }
div.DivClassName
{
background-color: #B72481;
}
.BgClassName
{
background-color: #B72481;
}
</style>
border-color css
<style>
span { border-color: #B72481; }
span { border-color: rgb(183,36,129); }
td.TdClassName
{
border-color: #B72481;
}
.TagClassName
{
border-color: #B72481;
}
</style>