Shades of Medium Violet Red #B90C95
Tints of Medium Violet Red #B90C95
RGB
CMYK
RGB Variations
Color information
#B90C95 (or 0xB90C95) is known color: Medium Violet Red. HEX triplet: B9, 0C and 95. RGB value is (185,12,149). Sum of RGB (Red+Green+Blue) = 185+12+149=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90C95 is #46F36A. Grayscale: #4E4E4E. Windows color (decimal): -4649835 or 9768121. OLE color: 9768121.
HSL color Cylindrical-coordinate representation of color #B90C95: hue angle of 312.49º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90C95 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 149 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.27 |
| HSL | 312.49º | 0.88% | 0.39% | - |
| HSV(B) | 312.49º | 0.94% | 0.73% | - |
| XYZ | 25.56 | 12.75 | 29.55 | - |
| YUV | 79.35 | 167.31 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 149 | 0 | 0.94 | 0.19 | 0.27 | 312.49 | 0.88 | 0.39 |
| Hex | B9 | C | 95 | 0 | 5E | 13 | 1B | 138 | 58 | 27 |
| Octal | 271 | 14 | 225 | 0 | 136 | 23 | 33 | 470 | 130 | 47 |
| Binary | 10111001 | 1100 | 10010101 | 0 | 1011110 | 10011 | 11011 | 100111000 | 1011000 | 100111 |
Color Harmonies of #B90C95
Complementary color
Monochromatic Colors of #B90C95
Black with #B90C95
Text Example
Text Example
White with #B90C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C95; }
p { color: rgb(185,12,149); }
H1.HeaderClassName
{
color: #B90C95;
}
.AnyTagClassName
{
color: #B90C95;
}
</style>
background-color css
<style>
a { background-color: #B90C95; }
a { background-color: rgb(185,12,149); }
div.DivClassName
{
background-color: #B90C95;
}
.BgClassName
{
background-color: #B90C95;
}
</style>
border-color css
<style>
span { border-color: #B90C95; }
span { border-color: rgb(185,12,149); }
td.TdClassName
{
border-color: #B90C95;
}
.TagClassName
{
border-color: #B90C95;
}
</style>