Shades of Medium Violet Red #B91F9B
Tints of Medium Violet Red #B91F9B
RGB
CMYK
RGB Variations
Color information
#B91F9B (or 0xB91F9B) is known color: Medium Violet Red. HEX triplet: B9, 1F and 9B. RGB value is (185,31,155). Sum of RGB (Red+Green+Blue) = 185+31+155=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91F9B is #46E064. Grayscale: #5A5A5A. Windows color (decimal): -4644965 or 10166201. OLE color: 10166201.
HSL color Cylindrical-coordinate representation of color #B91F9B: hue angle of 311.69º 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 #B91F9B is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 155 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.27 |
| HSL | 311.69º | 0.71% | 0.42% | - |
| HSV(B) | 311.69º | 0.83% | 0.73% | - |
| XYZ | 26.41 | 13.66 | 32.25 | - |
| YUV | 91.18 | 164.02 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 155 | 0 | 0.83 | 0.16 | 0.27 | 311.69 | 0.71 | 0.42 |
| Hex | B9 | 1F | 9B | 0 | 53 | 10 | 1B | 138 | 47 | 2A |
| Octal | 271 | 37 | 233 | 0 | 123 | 20 | 33 | 470 | 107 | 52 |
| Binary | 10111001 | 11111 | 10011011 | 0 | 1010011 | 10000 | 11011 | 100111000 | 1000111 | 101010 |
Color Harmonies of #B91F9B
Complementary color
Monochromatic Colors of #B91F9B
Black with #B91F9B
Text Example
Text Example
White with #B91F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F9B; }
p { color: rgb(185,31,155); }
H1.HeaderClassName
{
color: #B91F9B;
}
.AnyTagClassName
{
color: #B91F9B;
}
</style>
background-color css
<style>
a { background-color: #B91F9B; }
a { background-color: rgb(185,31,155); }
div.DivClassName
{
background-color: #B91F9B;
}
.BgClassName
{
background-color: #B91F9B;
}
</style>
border-color css
<style>
span { border-color: #B91F9B; }
span { border-color: rgb(185,31,155); }
td.TdClassName
{
border-color: #B91F9B;
}
.TagClassName
{
border-color: #B91F9B;
}
</style>