Shades of Medium Violet Red #B90682
Tints of Medium Violet Red #B90682
RGB
CMYK
RGB Variations
Color information
#B90682 (or 0xB90682) is known color: Medium Violet Red. HEX triplet: B9, 06 and 82. RGB value is (185,6,130). Sum of RGB (Red+Green+Blue) = 185+6+130=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B90682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90682 is #46F97D. Grayscale: #494949. Windows color (decimal): -4651390 or 8521401. OLE color: 8521401.
HSL color Cylindrical-coordinate representation of color #B90682: hue angle of 318.44º 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 #B90682 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.27 |
| HSL | 318.44º | 0.94% | 0.37% | - |
| HSV(B) | 318.44º | 0.97% | 0.73% | - |
| XYZ | 24.1 | 12.06 | 22.18 | - |
| YUV | 73.66 | 159.8 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 130 | 0 | 0.97 | 0.30 | 0.27 | 318.44 | 0.94 | 0.37 |
| Hex | B9 | 6 | 82 | 0 | 61 | 1E | 1B | 13E | 5E | 25 |
| Octal | 271 | 6 | 202 | 0 | 141 | 36 | 33 | 476 | 136 | 45 |
| Binary | 10111001 | 110 | 10000010 | 0 | 1100001 | 11110 | 11011 | 100111110 | 1011110 | 100101 |
Color Harmonies of #B90682
Complementary color
Monochromatic Colors of #B90682
Black with #B90682
Text Example
Text Example
White with #B90682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90682; }
p { color: rgb(185,6,130); }
H1.HeaderClassName
{
color: #B90682;
}
.AnyTagClassName
{
color: #B90682;
}
</style>
background-color css
<style>
a { background-color: #B90682; }
a { background-color: rgb(185,6,130); }
div.DivClassName
{
background-color: #B90682;
}
.BgClassName
{
background-color: #B90682;
}
</style>
border-color css
<style>
span { border-color: #B90682; }
span { border-color: rgb(185,6,130); }
td.TdClassName
{
border-color: #B90682;
}
.TagClassName
{
border-color: #B90682;
}
</style>