Shades of Medium Red Violet #B72D9E
Tints of Medium Red Violet #B72D9E
RGB
CMYK
RGB Variations
Color information
#B72D9E (or 0xB72D9E) is known color: Medium Red Violet. HEX triplet: B7, 2D and 9E. RGB value is (183,45,158). Sum of RGB (Red+Green+Blue) = 183+45+158=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72D9E is #48D261. Grayscale: #626262. Windows color (decimal): -4772450 or 10366391. OLE color: 10366391.
HSL color Cylindrical-coordinate representation of color #B72D9E: hue angle of 310.87º 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 #B72D9E is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 158 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.28 |
| HSL | 310.87º | 0.61% | 0.45% | - |
| HSV(B) | 310.87º | 0.75% | 0.72% | - |
| XYZ | 26.64 | 14.41 | 33.73 | - |
| YUV | 99.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 158 | 0 | 0.75 | 0.14 | 0.28 | 310.87 | 0.61 | 0.45 |
| Hex | B7 | 2D | 9E | 0 | 4B | E | 1C | 137 | 3D | 2D |
| Octal | 267 | 55 | 236 | 0 | 113 | 16 | 34 | 467 | 75 | 55 |
| Binary | 10110111 | 101101 | 10011110 | 0 | 1001011 | 1110 | 11100 | 100110111 | 111101 | 101101 |
Color Harmonies of #B72D9E
Complementary color
Monochromatic Colors of #B72D9E
Black with #B72D9E
Text Example
Text Example
White with #B72D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D9E; }
p { color: rgb(183,45,158); }
H1.HeaderClassName
{
color: #B72D9E;
}
.AnyTagClassName
{
color: #B72D9E;
}
</style>
background-color css
<style>
a { background-color: #B72D9E; }
a { background-color: rgb(183,45,158); }
div.DivClassName
{
background-color: #B72D9E;
}
.BgClassName
{
background-color: #B72D9E;
}
</style>
border-color css
<style>
span { border-color: #B72D9E; }
span { border-color: rgb(183,45,158); }
td.TdClassName
{
border-color: #B72D9E;
}
.TagClassName
{
border-color: #B72D9E;
}
</style>