Shades of Medium Violet Red #B91284
Tints of Medium Violet Red #B91284
RGB
CMYK
RGB Variations
Color information
#B91284 (or 0xB91284) is known color: Medium Violet Red. HEX triplet: B9, 12 and 84. RGB value is (185,18,132). Sum of RGB (Red+Green+Blue) = 185+18+132=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B91284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91284 is #46ED7B. Grayscale: #505050. Windows color (decimal): -4648316 or 8655545. OLE color: 8655545.
HSL color Cylindrical-coordinate representation of color #B91284: hue angle of 319.04º 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 #B91284 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 132 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.27 |
| HSL | 319.04º | 0.82% | 0.4% | - |
| HSV(B) | 319.04º | 0.9% | 0.73% | - |
| XYZ | 24.39 | 12.41 | 22.94 | - |
| YUV | 80.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 132 | 0 | 0.90 | 0.29 | 0.27 | 319.04 | 0.82 | 0.4 |
| Hex | B9 | 12 | 84 | 0 | 5A | 1D | 1B | 13F | 52 | 28 |
| Octal | 271 | 22 | 204 | 0 | 132 | 35 | 33 | 477 | 122 | 50 |
| Binary | 10111001 | 10010 | 10000100 | 0 | 1011010 | 11101 | 11011 | 100111111 | 1010010 | 101000 |
Color Harmonies of #B91284
Complementary color
Monochromatic Colors of #B91284
Black with #B91284
Text Example
Text Example
White with #B91284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91284; }
p { color: rgb(185,18,132); }
H1.HeaderClassName
{
color: #B91284;
}
.AnyTagClassName
{
color: #B91284;
}
</style>
background-color css
<style>
a { background-color: #B91284; }
a { background-color: rgb(185,18,132); }
div.DivClassName
{
background-color: #B91284;
}
.BgClassName
{
background-color: #B91284;
}
</style>
border-color css
<style>
span { border-color: #B91284; }
span { border-color: rgb(185,18,132); }
td.TdClassName
{
border-color: #B91284;
}
.TagClassName
{
border-color: #B91284;
}
</style>