Shades of Medium Violet Red #B91C83
Tints of Medium Violet Red #B91C83
RGB
CMYK
RGB Variations
Color information
#B91C83 (or 0xB91C83) is known color: Medium Violet Red. HEX triplet: B9, 1C and 83. RGB value is (185,28,131). Sum of RGB (Red+Green+Blue) = 185+28+131=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91C83 is #46E37C. Grayscale: #565656. Windows color (decimal): -4645757 or 8592569. OLE color: 8592569.
HSL color Cylindrical-coordinate representation of color #B91C83: hue angle of 320.64º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91C83 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 28 | 131 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.27 |
| HSL | 320.64º | 0.74% | 0.42% | - |
| HSV(B) | 320.64º | 0.85% | 0.73% | - |
| XYZ | 24.52 | 12.78 | 22.65 | - |
| YUV | 86.69 | 153.01 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 131 | 0 | 0.85 | 0.29 | 0.27 | 320.64 | 0.74 | 0.42 |
| Hex | B9 | 1C | 83 | 0 | 55 | 1D | 1B | 141 | 4A | 2A |
| Octal | 271 | 34 | 203 | 0 | 125 | 35 | 33 | 501 | 112 | 52 |
| Binary | 10111001 | 11100 | 10000011 | 0 | 1010101 | 11101 | 11011 | 101000001 | 1001010 | 101010 |
Color Harmonies of #B91C83
Complementary color
Monochromatic Colors of #B91C83
Black with #B91C83
Text Example
Text Example
White with #B91C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91C83; }
p { color: rgb(185,28,131); }
H1.HeaderClassName
{
color: #B91C83;
}
.AnyTagClassName
{
color: #B91C83;
}
</style>
background-color css
<style>
a { background-color: #B91C83; }
a { background-color: rgb(185,28,131); }
div.DivClassName
{
background-color: #B91C83;
}
.BgClassName
{
background-color: #B91C83;
}
</style>
border-color css
<style>
span { border-color: #B91C83; }
span { border-color: rgb(185,28,131); }
td.TdClassName
{
border-color: #B91C83;
}
.TagClassName
{
border-color: #B91C83;
}
</style>