Shades of Medium Violet Red #B91F90
Tints of Medium Violet Red #B91F90
RGB
CMYK
RGB Variations
Color information
#B91F90 (or 0xB91F90) is known color: Medium Violet Red. HEX triplet: B9, 1F and 90. RGB value is (185,31,144). Sum of RGB (Red+Green+Blue) = 185+31+144=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91F90 is #46E06F. Grayscale: #595959. Windows color (decimal): -4644976 or 9445305. OLE color: 9445305.
HSL color Cylindrical-coordinate representation of color #B91F90: hue angle of 315.97º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B91F90 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 144 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.27 |
| HSL | 315.97º | 0.71% | 0.42% | - |
| HSV(B) | 315.97º | 0.83% | 0.73% | - |
| XYZ | 25.53 | 13.31 | 27.61 | - |
| YUV | 89.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 144 | 0 | 0.83 | 0.22 | 0.27 | 315.97 | 0.71 | 0.42 |
| Hex | B9 | 1F | 90 | 0 | 53 | 16 | 1B | 13C | 47 | 2A |
| Octal | 271 | 37 | 220 | 0 | 123 | 26 | 33 | 474 | 107 | 52 |
| Binary | 10111001 | 11111 | 10010000 | 0 | 1010011 | 10110 | 11011 | 100111100 | 1000111 | 101010 |
Color Harmonies of #B91F90
Complementary color
Monochromatic Colors of #B91F90
Black with #B91F90
Text Example
Text Example
White with #B91F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F90; }
p { color: rgb(185,31,144); }
H1.HeaderClassName
{
color: #B91F90;
}
.AnyTagClassName
{
color: #B91F90;
}
</style>
background-color css
<style>
a { background-color: #B91F90; }
a { background-color: rgb(185,31,144); }
div.DivClassName
{
background-color: #B91F90;
}
.BgClassName
{
background-color: #B91F90;
}
</style>
border-color css
<style>
span { border-color: #B91F90; }
span { border-color: rgb(185,31,144); }
td.TdClassName
{
border-color: #B91F90;
}
.TagClassName
{
border-color: #B91F90;
}
</style>