Shades of Medium Violet Red #B91794
Tints of Medium Violet Red #B91794
RGB
CMYK
RGB Variations
Color information
#B91794 (or 0xB91794) is known color: Medium Violet Red. HEX triplet: B9, 17 and 94. RGB value is (185,23,148). Sum of RGB (Red+Green+Blue) = 185+23+148=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B91794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91794 is #46E86B. Grayscale: #555555. Windows color (decimal): -4647020 or 9705401. OLE color: 9705401.
HSL color Cylindrical-coordinate representation of color #B91794: hue angle of 313.7º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91794 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 148 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.27 |
| HSL | 313.7º | 0.78% | 0.41% | - |
| HSV(B) | 313.7º | 0.88% | 0.73% | - |
| XYZ | 25.66 | 13.07 | 29.19 | - |
| YUV | 85.69 | 163.17 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 148 | 0 | 0.88 | 0.20 | 0.27 | 313.7 | 0.78 | 0.41 |
| Hex | B9 | 17 | 94 | 0 | 58 | 14 | 1B | 13A | 4E | 29 |
| Octal | 271 | 27 | 224 | 0 | 130 | 24 | 33 | 472 | 116 | 51 |
| Binary | 10111001 | 10111 | 10010100 | 0 | 1011000 | 10100 | 11011 | 100111010 | 1001110 | 101001 |
Color Harmonies of #B91794
Complementary color
Monochromatic Colors of #B91794
Black with #B91794
Text Example
Text Example
White with #B91794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91794; }
p { color: rgb(185,23,148); }
H1.HeaderClassName
{
color: #B91794;
}
.AnyTagClassName
{
color: #B91794;
}
</style>
background-color css
<style>
a { background-color: #B91794; }
a { background-color: rgb(185,23,148); }
div.DivClassName
{
background-color: #B91794;
}
.BgClassName
{
background-color: #B91794;
}
</style>
border-color css
<style>
span { border-color: #B91794; }
span { border-color: rgb(185,23,148); }
td.TdClassName
{
border-color: #B91794;
}
.TagClassName
{
border-color: #B91794;
}
</style>