Shades of Medium Violet Red #B90883
Tints of Medium Violet Red #B90883
RGB
CMYK
RGB Variations
Color information
#B90883 (or 0xB90883) is known color: Medium Violet Red. HEX triplet: B9, 08 and 83. RGB value is (185,8,131). Sum of RGB (Red+Green+Blue) = 185+8+131=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B90883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90883 is #46F77C. Grayscale: #4A4A4A. Windows color (decimal): -4650877 or 8587449. OLE color: 8587449.
HSL color Cylindrical-coordinate representation of color #B90883: hue angle of 318.31º 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 #B90883 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 131 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.27 |
| HSL | 318.31º | 0.92% | 0.38% | - |
| HSV(B) | 318.31º | 0.96% | 0.73% | - |
| XYZ | 24.19 | 12.13 | 22.54 | - |
| YUV | 74.95 | 159.64 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 131 | 0 | 0.96 | 0.29 | 0.27 | 318.31 | 0.92 | 0.38 |
| Hex | B9 | 8 | 83 | 0 | 60 | 1D | 1B | 13E | 5C | 26 |
| Octal | 271 | 10 | 203 | 0 | 140 | 35 | 33 | 476 | 134 | 46 |
| Binary | 10111001 | 1000 | 10000011 | 0 | 1100000 | 11101 | 11011 | 100111110 | 1011100 | 100110 |
Color Harmonies of #B90883
Complementary color
Monochromatic Colors of #B90883
Black with #B90883
Text Example
Text Example
White with #B90883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90883; }
p { color: rgb(185,8,131); }
H1.HeaderClassName
{
color: #B90883;
}
.AnyTagClassName
{
color: #B90883;
}
</style>
background-color css
<style>
a { background-color: #B90883; }
a { background-color: rgb(185,8,131); }
div.DivClassName
{
background-color: #B90883;
}
.BgClassName
{
background-color: #B90883;
}
</style>
border-color css
<style>
span { border-color: #B90883; }
span { border-color: rgb(185,8,131); }
td.TdClassName
{
border-color: #B90883;
}
.TagClassName
{
border-color: #B90883;
}
</style>