Shades of Medium Violet Red #B90898
Tints of Medium Violet Red #B90898
RGB
CMYK
RGB Variations
Color information
#B90898 (or 0xB90898) is known color: Medium Violet Red. HEX triplet: B9, 08 and 98. RGB value is (185,8,152). Sum of RGB (Red+Green+Blue) = 185+8+152=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B90898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90898 is #46F767. Grayscale: #4C4C4C. Windows color (decimal): -4650856 or 9963705. OLE color: 9963705.
HSL color Cylindrical-coordinate representation of color #B90898: hue angle of 311.19º 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 #B90898 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 152 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.27 |
| HSL | 311.19º | 0.92% | 0.38% | - |
| HSV(B) | 311.19º | 0.96% | 0.73% | - |
| XYZ | 25.76 | 12.75 | 30.81 | - |
| YUV | 77.34 | 170.14 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 152 | 0 | 0.96 | 0.18 | 0.27 | 311.19 | 0.92 | 0.38 |
| Hex | B9 | 8 | 98 | 0 | 60 | 12 | 1B | 137 | 5C | 26 |
| Octal | 271 | 10 | 230 | 0 | 140 | 22 | 33 | 467 | 134 | 46 |
| Binary | 10111001 | 1000 | 10011000 | 0 | 1100000 | 10010 | 11011 | 100110111 | 1011100 | 100110 |
Color Harmonies of #B90898
Complementary color
Monochromatic Colors of #B90898
Black with #B90898
Text Example
Text Example
White with #B90898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90898; }
p { color: rgb(185,8,152); }
H1.HeaderClassName
{
color: #B90898;
}
.AnyTagClassName
{
color: #B90898;
}
</style>
background-color css
<style>
a { background-color: #B90898; }
a { background-color: rgb(185,8,152); }
div.DivClassName
{
background-color: #B90898;
}
.BgClassName
{
background-color: #B90898;
}
</style>
border-color css
<style>
span { border-color: #B90898; }
span { border-color: rgb(185,8,152); }
td.TdClassName
{
border-color: #B90898;
}
.TagClassName
{
border-color: #B90898;
}
</style>