Shades of Medium Violet Red #B90685
Tints of Medium Violet Red #B90685
RGB
CMYK
RGB Variations
Color information
#B90685 (or 0xB90685) is known color: Medium Violet Red. HEX triplet: B9, 06 and 85. RGB value is (185,6,133). Sum of RGB (Red+Green+Blue) = 185+6+133=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B90685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90685 is #46F97A. Grayscale: #494949. Windows color (decimal): -4651387 or 8718009. OLE color: 8718009.
HSL color Cylindrical-coordinate representation of color #B90685: hue angle of 317.43º degrees, saturation: 0.94, 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 #B90685 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.27 |
| HSL | 317.43º | 0.94% | 0.37% | - |
| HSV(B) | 317.43º | 0.97% | 0.73% | - |
| XYZ | 24.31 | 12.14 | 23.25 | - |
| YUV | 74 | 161.3 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 133 | 0 | 0.97 | 0.28 | 0.27 | 317.43 | 0.94 | 0.37 |
| Hex | B9 | 6 | 85 | 0 | 61 | 1C | 1B | 13D | 5E | 25 |
| Octal | 271 | 6 | 205 | 0 | 141 | 34 | 33 | 475 | 136 | 45 |
| Binary | 10111001 | 110 | 10000101 | 0 | 1100001 | 11100 | 11011 | 100111101 | 1011110 | 100101 |
Color Harmonies of #B90685
Complementary color
Monochromatic Colors of #B90685
Black with #B90685
Text Example
Text Example
White with #B90685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90685; }
p { color: rgb(185,6,133); }
H1.HeaderClassName
{
color: #B90685;
}
.AnyTagClassName
{
color: #B90685;
}
</style>
background-color css
<style>
a { background-color: #B90685; }
a { background-color: rgb(185,6,133); }
div.DivClassName
{
background-color: #B90685;
}
.BgClassName
{
background-color: #B90685;
}
</style>
border-color css
<style>
span { border-color: #B90685; }
span { border-color: rgb(185,6,133); }
td.TdClassName
{
border-color: #B90685;
}
.TagClassName
{
border-color: #B90685;
}
</style>