Shades of Medium Violet Red #B91FAB
Tints of Medium Violet Red #B91FAB
RGB
CMYK
RGB Variations
Color information
#B91FAB (or 0xB91FAB) is known color: Medium Violet Red. HEX triplet: B9, 1F and AB. RGB value is (185,31,171). Sum of RGB (Red+Green+Blue) = 185+31+171=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B91FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91FAB is #46E054. Grayscale: #5C5C5C. Windows color (decimal): -4644949 or 11214777. OLE color: 11214777.
HSL color Cylindrical-coordinate representation of color #B91FAB: hue angle of 305.45º 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 #B91FAB is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 171 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.27 |
| HSL | 305.45º | 0.71% | 0.42% | - |
| HSV(B) | 305.45º | 0.83% | 0.73% | - |
| XYZ | 27.85 | 14.23 | 39.81 | - |
| YUV | 93.01 | 172.02 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 171 | 0 | 0.83 | 0.08 | 0.27 | 305.45 | 0.71 | 0.42 |
| Hex | B9 | 1F | AB | 0 | 53 | 8 | 1B | 131 | 47 | 2A |
| Octal | 271 | 37 | 253 | 0 | 123 | 10 | 33 | 461 | 107 | 52 |
| Binary | 10111001 | 11111 | 10101011 | 0 | 1010011 | 1000 | 11011 | 100110001 | 1000111 | 101010 |
Color Harmonies of #B91FAB
Complementary color
Monochromatic Colors of #B91FAB
Black with #B91FAB
Text Example
Text Example
White with #B91FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91FAB; }
p { color: rgb(185,31,171); }
H1.HeaderClassName
{
color: #B91FAB;
}
.AnyTagClassName
{
color: #B91FAB;
}
</style>
background-color css
<style>
a { background-color: #B91FAB; }
a { background-color: rgb(185,31,171); }
div.DivClassName
{
background-color: #B91FAB;
}
.BgClassName
{
background-color: #B91FAB;
}
</style>
border-color css
<style>
span { border-color: #B91FAB; }
span { border-color: rgb(185,31,171); }
td.TdClassName
{
border-color: #B91FAB;
}
.TagClassName
{
border-color: #B91FAB;
}
</style>