Shades of Medium Red Violet #B72384
Tints of Medium Red Violet #B72384
RGB
CMYK
RGB Variations
Color information
#B72384 (or 0xB72384) is known color: Medium Red Violet. HEX triplet: B7, 23 and 84. RGB value is (183,35,132). Sum of RGB (Red+Green+Blue) = 183+35+132=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B72384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72384 is #48DC7B. Grayscale: #5A5A5A. Windows color (decimal): -4775036 or 8659895. OLE color: 8659895.
HSL color Cylindrical-coordinate representation of color #B72384: hue angle of 320.68º degrees, saturation: 0.68, 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 #B72384 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 132 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.28 |
| HSL | 320.68º | 0.68% | 0.43% | - |
| HSV(B) | 320.68º | 0.81% | 0.72% | - |
| XYZ | 24.29 | 12.94 | 23.05 | - |
| YUV | 90.31 | 151.53 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 132 | 0 | 0.81 | 0.28 | 0.28 | 320.68 | 0.68 | 0.43 |
| Hex | B7 | 23 | 84 | 0 | 51 | 1C | 1C | 141 | 44 | 2B |
| Octal | 267 | 43 | 204 | 0 | 121 | 34 | 34 | 501 | 104 | 53 |
| Binary | 10110111 | 100011 | 10000100 | 0 | 1010001 | 11100 | 11100 | 101000001 | 1000100 | 101011 |
Color Harmonies of #B72384
Complementary color
Monochromatic Colors of #B72384
Black with #B72384
Text Example
Text Example
White with #B72384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72384; }
p { color: rgb(183,35,132); }
H1.HeaderClassName
{
color: #B72384;
}
.AnyTagClassName
{
color: #B72384;
}
</style>
background-color css
<style>
a { background-color: #B72384; }
a { background-color: rgb(183,35,132); }
div.DivClassName
{
background-color: #B72384;
}
.BgClassName
{
background-color: #B72384;
}
</style>
border-color css
<style>
span { border-color: #B72384; }
span { border-color: rgb(183,35,132); }
td.TdClassName
{
border-color: #B72384;
}
.TagClassName
{
border-color: #B72384;
}
</style>