Shades of Medium Violet Red #B90384
Tints of Medium Violet Red #B90384
RGB
CMYK
RGB Variations
Color information
#B90384 (or 0xB90384) is known color: Medium Violet Red. HEX triplet: B9, 03 and 84. RGB value is (185,3,132). Sum of RGB (Red+Green+Blue) = 185+3+132=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B90384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90384 is #46FC7B. Grayscale: #474747. Windows color (decimal): -4652156 or 8651705. OLE color: 8651705.
HSL color Cylindrical-coordinate representation of color #B90384: hue angle of 317.47º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90384 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.27 |
| HSL | 317.47º | 0.97% | 0.37% | - |
| HSV(B) | 317.47º | 0.98% | 0.73% | - |
| XYZ | 24.21 | 12.05 | 22.88 | - |
| YUV | 72.12 | 161.8 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 132 | 0 | 0.98 | 0.29 | 0.27 | 317.47 | 0.97 | 0.37 |
| Hex | B9 | 3 | 84 | 0 | 62 | 1D | 1B | 13D | 61 | 25 |
| Octal | 271 | 3 | 204 | 0 | 142 | 35 | 33 | 475 | 141 | 45 |
| Binary | 10111001 | 11 | 10000100 | 0 | 1100010 | 11101 | 11011 | 100111101 | 1100001 | 100101 |
Color Harmonies of #B90384
Complementary color
Monochromatic Colors of #B90384
Black with #B90384
Text Example
Text Example
White with #B90384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90384; }
p { color: rgb(185,3,132); }
H1.HeaderClassName
{
color: #B90384;
}
.AnyTagClassName
{
color: #B90384;
}
</style>
background-color css
<style>
a { background-color: #B90384; }
a { background-color: rgb(185,3,132); }
div.DivClassName
{
background-color: #B90384;
}
.BgClassName
{
background-color: #B90384;
}
</style>
border-color css
<style>
span { border-color: #B90384; }
span { border-color: rgb(185,3,132); }
td.TdClassName
{
border-color: #B90384;
}
.TagClassName
{
border-color: #B90384;
}
</style>