Shades of Medium Violet Red #B90788
Tints of Medium Violet Red #B90788
RGB
CMYK
RGB Variations
Color information
#B90788 (or 0xB90788) is known color: Medium Violet Red. HEX triplet: B9, 07 and 88. RGB value is (185,7,136). Sum of RGB (Red+Green+Blue) = 185+7+136=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B90788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90788 is #46F877. Grayscale: #4A4A4A. Windows color (decimal): -4651128 or 8914873. OLE color: 8914873.
HSL color Cylindrical-coordinate representation of color #B90788: hue angle of 316.52º degrees, saturation: 0.93, 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 #B90788 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 136 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.27 |
| HSL | 316.52º | 0.93% | 0.38% | - |
| HSV(B) | 316.52º | 0.96% | 0.73% | - |
| XYZ | 24.53 | 12.24 | 24.36 | - |
| YUV | 74.93 | 162.47 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 136 | 0 | 0.96 | 0.26 | 0.27 | 316.52 | 0.93 | 0.38 |
| Hex | B9 | 7 | 88 | 0 | 60 | 1A | 1B | 13D | 5D | 26 |
| Octal | 271 | 7 | 210 | 0 | 140 | 32 | 33 | 475 | 135 | 46 |
| Binary | 10111001 | 111 | 10001000 | 0 | 1100000 | 11010 | 11011 | 100111101 | 1011101 | 100110 |
Color Harmonies of #B90788
Complementary color
Monochromatic Colors of #B90788
Black with #B90788
Text Example
Text Example
White with #B90788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90788; }
p { color: rgb(185,7,136); }
H1.HeaderClassName
{
color: #B90788;
}
.AnyTagClassName
{
color: #B90788;
}
</style>
background-color css
<style>
a { background-color: #B90788; }
a { background-color: rgb(185,7,136); }
div.DivClassName
{
background-color: #B90788;
}
.BgClassName
{
background-color: #B90788;
}
</style>
border-color css
<style>
span { border-color: #B90788; }
span { border-color: rgb(185,7,136); }
td.TdClassName
{
border-color: #B90788;
}
.TagClassName
{
border-color: #B90788;
}
</style>