Shades of Medium Violet Red #B90585
Tints of Medium Violet Red #B90585
RGB
CMYK
RGB Variations
Color information
#B90585 (or 0xB90585) is known color: Medium Violet Red. HEX triplet: B9, 05 and 85. RGB value is (185,5,133). Sum of RGB (Red+Green+Blue) = 185+5+133=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B90585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90585 is #46FA7A. Grayscale: #494949. Windows color (decimal): -4651643 or 8717753. OLE color: 8717753.
HSL color Cylindrical-coordinate representation of color #B90585: hue angle of 317.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90585 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 133 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.27 |
| HSL | 317.33º | 0.95% | 0.37% | - |
| HSV(B) | 317.33º | 0.97% | 0.73% | - |
| XYZ | 24.3 | 12.12 | 23.25 | - |
| YUV | 73.41 | 161.63 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 133 | 0 | 0.97 | 0.28 | 0.27 | 317.33 | 0.95 | 0.37 |
| Hex | B9 | 5 | 85 | 0 | 61 | 1C | 1B | 13D | 5F | 25 |
| Octal | 271 | 5 | 205 | 0 | 141 | 34 | 33 | 475 | 137 | 45 |
| Binary | 10111001 | 101 | 10000101 | 0 | 1100001 | 11100 | 11011 | 100111101 | 1011111 | 100101 |
Color Harmonies of #B90585
Complementary color
Monochromatic Colors of #B90585
Black with #B90585
Text Example
Text Example
White with #B90585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90585; }
p { color: rgb(185,5,133); }
H1.HeaderClassName
{
color: #B90585;
}
.AnyTagClassName
{
color: #B90585;
}
</style>
background-color css
<style>
a { background-color: #B90585; }
a { background-color: rgb(185,5,133); }
div.DivClassName
{
background-color: #B90585;
}
.BgClassName
{
background-color: #B90585;
}
</style>
border-color css
<style>
span { border-color: #B90585; }
span { border-color: rgb(185,5,133); }
td.TdClassName
{
border-color: #B90585;
}
.TagClassName
{
border-color: #B90585;
}
</style>