Shades of Medium Violet Red #B91F98
Tints of Medium Violet Red #B91F98
RGB
CMYK
RGB Variations
Color information
#B91F98 (or 0xB91F98) is known color: Medium Violet Red. HEX triplet: B9, 1F and 98. RGB value is (185,31,152). Sum of RGB (Red+Green+Blue) = 185+31+152=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91F98 is #46E067. Grayscale: #5A5A5A. Windows color (decimal): -4644968 or 9969593. OLE color: 9969593.
HSL color Cylindrical-coordinate representation of color #B91F98: hue angle of 312.86º 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 #B91F98 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 152 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.27 |
| HSL | 312.86º | 0.71% | 0.42% | - |
| HSV(B) | 312.86º | 0.83% | 0.73% | - |
| XYZ | 26.17 | 13.56 | 30.94 | - |
| YUV | 90.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 152 | 0 | 0.83 | 0.18 | 0.27 | 312.86 | 0.71 | 0.42 |
| Hex | B9 | 1F | 98 | 0 | 53 | 12 | 1B | 139 | 47 | 2A |
| Octal | 271 | 37 | 230 | 0 | 123 | 22 | 33 | 471 | 107 | 52 |
| Binary | 10111001 | 11111 | 10011000 | 0 | 1010011 | 10010 | 11011 | 100111001 | 1000111 | 101010 |
Color Harmonies of #B91F98
Complementary color
Monochromatic Colors of #B91F98
Black with #B91F98
Text Example
Text Example
White with #B91F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F98; }
p { color: rgb(185,31,152); }
H1.HeaderClassName
{
color: #B91F98;
}
.AnyTagClassName
{
color: #B91F98;
}
</style>
background-color css
<style>
a { background-color: #B91F98; }
a { background-color: rgb(185,31,152); }
div.DivClassName
{
background-color: #B91F98;
}
.BgClassName
{
background-color: #B91F98;
}
</style>
border-color css
<style>
span { border-color: #B91F98; }
span { border-color: rgb(185,31,152); }
td.TdClassName
{
border-color: #B91F98;
}
.TagClassName
{
border-color: #B91F98;
}
</style>