Shades of Medium Red Violet #B72D9D
Tints of Medium Red Violet #B72D9D
RGB
CMYK
RGB Variations
Color information
#B72D9D (or 0xB72D9D) is known color: Medium Red Violet. HEX triplet: B7, 2D and 9D. RGB value is (183,45,157). Sum of RGB (Red+Green+Blue) = 183+45+157=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72D9D is #48D262. Grayscale: #626262. Windows color (decimal): -4772451 or 10300855. OLE color: 10300855.
HSL color Cylindrical-coordinate representation of color #B72D9D: hue angle of 311.3º 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 #B72D9D is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 157 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.28 |
| HSL | 311.3º | 0.61% | 0.45% | - |
| HSV(B) | 311.3º | 0.75% | 0.72% | - |
| XYZ | 26.55 | 14.38 | 33.27 | - |
| YUV | 99.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 157 | 0 | 0.75 | 0.14 | 0.28 | 311.3 | 0.61 | 0.45 |
| Hex | B7 | 2D | 9D | 0 | 4B | E | 1C | 137 | 3D | 2D |
| Octal | 267 | 55 | 235 | 0 | 113 | 16 | 34 | 467 | 75 | 55 |
| Binary | 10110111 | 101101 | 10011101 | 0 | 1001011 | 1110 | 11100 | 100110111 | 111101 | 101101 |
Color Harmonies of #B72D9D
Complementary color
Monochromatic Colors of #B72D9D
Black with #B72D9D
Text Example
Text Example
White with #B72D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D9D; }
p { color: rgb(183,45,157); }
H1.HeaderClassName
{
color: #B72D9D;
}
.AnyTagClassName
{
color: #B72D9D;
}
</style>
background-color css
<style>
a { background-color: #B72D9D; }
a { background-color: rgb(183,45,157); }
div.DivClassName
{
background-color: #B72D9D;
}
.BgClassName
{
background-color: #B72D9D;
}
</style>
border-color css
<style>
span { border-color: #B72D9D; }
span { border-color: rgb(183,45,157); }
td.TdClassName
{
border-color: #B72D9D;
}
.TagClassName
{
border-color: #B72D9D;
}
</style>