Shades of Medium Violet Red #B91285
Tints of Medium Violet Red #B91285
RGB
CMYK
RGB Variations
Color information
#B91285 (or 0xB91285) is known color: Medium Violet Red. HEX triplet: B9, 12 and 85. RGB value is (185,18,133). Sum of RGB (Red+Green+Blue) = 185+18+133=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B91285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91285 is #46ED7A. Grayscale: #505050. Windows color (decimal): -4648315 or 8721081. OLE color: 8721081.
HSL color Cylindrical-coordinate representation of color #B91285: hue angle of 318.68º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91285 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 133 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.27 |
| HSL | 318.68º | 0.82% | 0.4% | - |
| HSV(B) | 318.68º | 0.9% | 0.73% | - |
| XYZ | 24.46 | 12.44 | 23.3 | - |
| YUV | 81.04 | 157.33 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 133 | 0 | 0.90 | 0.28 | 0.27 | 318.68 | 0.82 | 0.4 |
| Hex | B9 | 12 | 85 | 0 | 5A | 1C | 1B | 13F | 52 | 28 |
| Octal | 271 | 22 | 205 | 0 | 132 | 34 | 33 | 477 | 122 | 50 |
| Binary | 10111001 | 10010 | 10000101 | 0 | 1011010 | 11100 | 11011 | 100111111 | 1010010 | 101000 |
Color Harmonies of #B91285
Complementary color
Monochromatic Colors of #B91285
Black with #B91285
Text Example
Text Example
White with #B91285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91285; }
p { color: rgb(185,18,133); }
H1.HeaderClassName
{
color: #B91285;
}
.AnyTagClassName
{
color: #B91285;
}
</style>
background-color css
<style>
a { background-color: #B91285; }
a { background-color: rgb(185,18,133); }
div.DivClassName
{
background-color: #B91285;
}
.BgClassName
{
background-color: #B91285;
}
</style>
border-color css
<style>
span { border-color: #B91285; }
span { border-color: rgb(185,18,133); }
td.TdClassName
{
border-color: #B91285;
}
.TagClassName
{
border-color: #B91285;
}
</style>