Shades of Medium Violet Red #B90885
Tints of Medium Violet Red #B90885
RGB
CMYK
RGB Variations
Color information
#B90885 (or 0xB90885) is known color: Medium Violet Red. HEX triplet: B9, 08 and 85. RGB value is (185,8,133). Sum of RGB (Red+Green+Blue) = 185+8+133=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B90885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90885 is #46F77A. Grayscale: #4A4A4A. Windows color (decimal): -4650875 or 8718521. OLE color: 8718521.
HSL color Cylindrical-coordinate representation of color #B90885: hue angle of 317.63º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90885 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 133 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.27 |
| HSL | 317.63º | 0.92% | 0.38% | - |
| HSV(B) | 317.63º | 0.96% | 0.73% | - |
| XYZ | 24.33 | 12.18 | 23.26 | - |
| YUV | 75.17 | 160.64 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 133 | 0 | 0.96 | 0.28 | 0.27 | 317.63 | 0.92 | 0.38 |
| Hex | B9 | 8 | 85 | 0 | 60 | 1C | 1B | 13E | 5C | 26 |
| Octal | 271 | 10 | 205 | 0 | 140 | 34 | 33 | 476 | 134 | 46 |
| Binary | 10111001 | 1000 | 10000101 | 0 | 1100000 | 11100 | 11011 | 100111110 | 1011100 | 100110 |
Color Harmonies of #B90885
Complementary color
Monochromatic Colors of #B90885
Black with #B90885
Text Example
Text Example
White with #B90885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90885; }
p { color: rgb(185,8,133); }
H1.HeaderClassName
{
color: #B90885;
}
.AnyTagClassName
{
color: #B90885;
}
</style>
background-color css
<style>
a { background-color: #B90885; }
a { background-color: rgb(185,8,133); }
div.DivClassName
{
background-color: #B90885;
}
.BgClassName
{
background-color: #B90885;
}
</style>
border-color css
<style>
span { border-color: #B90885; }
span { border-color: rgb(185,8,133); }
td.TdClassName
{
border-color: #B90885;
}
.TagClassName
{
border-color: #B90885;
}
</style>