Shades of Medium Violet Red #B92071
Tints of Medium Violet Red #B92071
RGB
CMYK
RGB Variations
Color information
#B92071 (or 0xB92071) is known color: Medium Violet Red. HEX triplet: B9, 20 and 71. RGB value is (185,32,113). Sum of RGB (Red+Green+Blue) = 185+32+113=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B92071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92071 is #46DF8E. Grayscale: #565656. Windows color (decimal): -4644751 or 7413945. OLE color: 7413945.
HSL color Cylindrical-coordinate representation of color #B92071: hue angle of 328.24º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92071 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 113 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.27 |
| HSL | 328.24º | 0.71% | 0.43% | - |
| HSV(B) | 328.24º | 0.83% | 0.73% | - |
| XYZ | 23.5 | 12.54 | 16.8 | - |
| YUV | 86.98 | 142.69 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 113 | 0 | 0.83 | 0.39 | 0.27 | 328.24 | 0.71 | 0.43 |
| Hex | B9 | 20 | 71 | 0 | 53 | 27 | 1B | 148 | 47 | 2B |
| Octal | 271 | 40 | 161 | 0 | 123 | 47 | 33 | 510 | 107 | 53 |
| Binary | 10111001 | 100000 | 1110001 | 0 | 1010011 | 100111 | 11011 | 101001000 | 1000111 | 101011 |
Color Harmonies of #B92071
Complementary color
Monochromatic Colors of #B92071
Black with #B92071
Text Example
Text Example
White with #B92071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92071; }
p { color: rgb(185,32,113); }
H1.HeaderClassName
{
color: #B92071;
}
.AnyTagClassName
{
color: #B92071;
}
</style>
background-color css
<style>
a { background-color: #B92071; }
a { background-color: rgb(185,32,113); }
div.DivClassName
{
background-color: #B92071;
}
.BgClassName
{
background-color: #B92071;
}
</style>
border-color css
<style>
span { border-color: #B92071; }
span { border-color: rgb(185,32,113); }
td.TdClassName
{
border-color: #B92071;
}
.TagClassName
{
border-color: #B92071;
}
</style>