Shades of Medium Red Violet #B72281
Tints of Medium Red Violet #B72281
RGB
CMYK
RGB Variations
Color information
#B72281 (or 0xB72281) is known color: Medium Red Violet. HEX triplet: B7, 22 and 81. RGB value is (183,34,129). Sum of RGB (Red+Green+Blue) = 183+34+129=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B72281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72281 is #48DD7E. Grayscale: #595959. Windows color (decimal): -4775295 or 8463031. OLE color: 8463031.
HSL color Cylindrical-coordinate representation of color #B72281: hue angle of 321.74º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72281 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 129 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.28 |
| HSL | 321.75º | 0.69% | 0.43% | - |
| HSV(B) | 321.75º | 0.81% | 0.72% | - |
| XYZ | 24.06 | 12.8 | 21.97 | - |
| YUV | 89.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 129 | 0 | 0.81 | 0.30 | 0.28 | 321.75 | 0.69 | 0.43 |
| Hex | B7 | 22 | 81 | 0 | 51 | 1E | 1C | 142 | 45 | 2B |
| Octal | 267 | 42 | 201 | 0 | 121 | 36 | 34 | 502 | 105 | 53 |
| Binary | 10110111 | 100010 | 10000001 | 0 | 1010001 | 11110 | 11100 | 101000010 | 1000101 | 101011 |
Color Harmonies of #B72281
Complementary color
Monochromatic Colors of #B72281
Black with #B72281
Text Example
Text Example
White with #B72281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72281; }
p { color: rgb(183,34,129); }
H1.HeaderClassName
{
color: #B72281;
}
.AnyTagClassName
{
color: #B72281;
}
</style>
background-color css
<style>
a { background-color: #B72281; }
a { background-color: rgb(183,34,129); }
div.DivClassName
{
background-color: #B72281;
}
.BgClassName
{
background-color: #B72281;
}
</style>
border-color css
<style>
span { border-color: #B72281; }
span { border-color: rgb(183,34,129); }
td.TdClassName
{
border-color: #B72281;
}
.TagClassName
{
border-color: #B72281;
}
</style>