Shades of Medium Red Violet #B72D8A
Tints of Medium Red Violet #B72D8A
RGB
CMYK
RGB Variations
Color information
#B72D8A (or 0xB72D8A) is known color: Medium Red Violet. HEX triplet: B7, 2D and 8A. RGB value is (183,45,138). Sum of RGB (Red+Green+Blue) = 183+45+138=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72D8A is #48D275. Grayscale: #606060. Windows color (decimal): -4772470 or 9055671. OLE color: 9055671.
HSL color Cylindrical-coordinate representation of color #B72D8A: hue angle of 319.57º degrees, saturation: 0.61, 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 #B72D8A is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 138 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.28 |
| HSL | 319.57º | 0.61% | 0.45% | - |
| HSV(B) | 319.57º | 0.75% | 0.72% | - |
| XYZ | 25.05 | 13.78 | 25.38 | - |
| YUV | 96.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 138 | 0 | 0.75 | 0.25 | 0.28 | 319.57 | 0.61 | 0.45 |
| Hex | B7 | 2D | 8A | 0 | 4B | 19 | 1C | 140 | 3D | 2D |
| Octal | 267 | 55 | 212 | 0 | 113 | 31 | 34 | 500 | 75 | 55 |
| Binary | 10110111 | 101101 | 10001010 | 0 | 1001011 | 11001 | 11100 | 101000000 | 111101 | 101101 |
Color Harmonies of #B72D8A
Complementary color
Monochromatic Colors of #B72D8A
Black with #B72D8A
Text Example
Text Example
White with #B72D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D8A; }
p { color: rgb(183,45,138); }
H1.HeaderClassName
{
color: #B72D8A;
}
.AnyTagClassName
{
color: #B72D8A;
}
</style>
background-color css
<style>
a { background-color: #B72D8A; }
a { background-color: rgb(183,45,138); }
div.DivClassName
{
background-color: #B72D8A;
}
.BgClassName
{
background-color: #B72D8A;
}
</style>
border-color css
<style>
span { border-color: #B72D8A; }
span { border-color: rgb(183,45,138); }
td.TdClassName
{
border-color: #B72D8A;
}
.TagClassName
{
border-color: #B72D8A;
}
</style>