Shades of Medium Red Violet #B72F90
Tints of Medium Red Violet #B72F90
RGB
CMYK
RGB Variations
Color information
#B72F90 (or 0xB72F90) is known color: Medium Red Violet. HEX triplet: B7, 2F and 90. RGB value is (183,47,144). Sum of RGB (Red+Green+Blue) = 183+47+144=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72F90 is #48D06F. Grayscale: #626262. Windows color (decimal): -4771952 or 9449399. OLE color: 9449399.
HSL color Cylindrical-coordinate representation of color #B72F90: hue angle of 317.21º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B72F90 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 47 | 144 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.28 |
| HSL | 317.21º | 0.59% | 0.45% | - |
| HSV(B) | 317.21º | 0.74% | 0.72% | - |
| XYZ | 25.58 | 14.11 | 27.76 | - |
| YUV | 98.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 47 | 144 | 0 | 0.74 | 0.21 | 0.28 | 317.21 | 0.59 | 0.45 |
| Hex | B7 | 2F | 90 | 0 | 4A | 15 | 1C | 13D | 3B | 2D |
| Octal | 267 | 57 | 220 | 0 | 112 | 25 | 34 | 475 | 73 | 55 |
| Binary | 10110111 | 101111 | 10010000 | 0 | 1001010 | 10101 | 11100 | 100111101 | 111011 | 101101 |
Color Harmonies of #B72F90
Complementary color
Monochromatic Colors of #B72F90
Black with #B72F90
Text Example
Text Example
White with #B72F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72F90; }
p { color: rgb(183,47,144); }
H1.HeaderClassName
{
color: #B72F90;
}
.AnyTagClassName
{
color: #B72F90;
}
</style>
background-color css
<style>
a { background-color: #B72F90; }
a { background-color: rgb(183,47,144); }
div.DivClassName
{
background-color: #B72F90;
}
.BgClassName
{
background-color: #B72F90;
}
</style>
border-color css
<style>
span { border-color: #B72F90; }
span { border-color: rgb(183,47,144); }
td.TdClassName
{
border-color: #B72F90;
}
.TagClassName
{
border-color: #B72F90;
}
</style>