Shades of Medium Violet Red #B90882
Tints of Medium Violet Red #B90882
RGB
CMYK
RGB Variations
Color information
#B90882 (or 0xB90882) is known color: Medium Violet Red. HEX triplet: B9, 08 and 82. RGB value is (185,8,130). Sum of RGB (Red+Green+Blue) = 185+8+130=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B90882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90882 is #46F77D. Grayscale: #4A4A4A. Windows color (decimal): -4650878 or 8521913. OLE color: 8521913.
HSL color Cylindrical-coordinate representation of color #B90882: hue angle of 318.64º 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 #B90882 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 130 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.27 |
| HSL | 318.64º | 0.92% | 0.38% | - |
| HSV(B) | 318.64º | 0.96% | 0.73% | - |
| XYZ | 24.12 | 12.1 | 22.18 | - |
| YUV | 74.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 130 | 0 | 0.96 | 0.30 | 0.27 | 318.64 | 0.92 | 0.38 |
| Hex | B9 | 8 | 82 | 0 | 60 | 1E | 1B | 13F | 5C | 26 |
| Octal | 271 | 10 | 202 | 0 | 140 | 36 | 33 | 477 | 134 | 46 |
| Binary | 10111001 | 1000 | 10000010 | 0 | 1100000 | 11110 | 11011 | 100111111 | 1011100 | 100110 |
Color Harmonies of #B90882
Complementary color
Monochromatic Colors of #B90882
Black with #B90882
Text Example
Text Example
White with #B90882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90882; }
p { color: rgb(185,8,130); }
H1.HeaderClassName
{
color: #B90882;
}
.AnyTagClassName
{
color: #B90882;
}
</style>
background-color css
<style>
a { background-color: #B90882; }
a { background-color: rgb(185,8,130); }
div.DivClassName
{
background-color: #B90882;
}
.BgClassName
{
background-color: #B90882;
}
</style>
border-color css
<style>
span { border-color: #B90882; }
span { border-color: rgb(185,8,130); }
td.TdClassName
{
border-color: #B90882;
}
.TagClassName
{
border-color: #B90882;
}
</style>