Shades of Medium Violet Red #B90899
Tints of Medium Violet Red #B90899
RGB
CMYK
RGB Variations
Color information
#B90899 (or 0xB90899) is known color: Medium Violet Red. HEX triplet: B9, 08 and 99. RGB value is (185,8,153). Sum of RGB (Red+Green+Blue) = 185+8+153=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B90899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90899 is #46F766. Grayscale: #4D4D4D. Windows color (decimal): -4650855 or 10029241. OLE color: 10029241.
HSL color Cylindrical-coordinate representation of color #B90899: hue angle of 310.85º 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 #B90899 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 153 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.27 |
| HSL | 310.85º | 0.92% | 0.38% | - |
| HSV(B) | 310.85º | 0.96% | 0.73% | - |
| XYZ | 25.84 | 12.79 | 31.24 | - |
| YUV | 77.45 | 170.64 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 153 | 0 | 0.96 | 0.17 | 0.27 | 310.85 | 0.92 | 0.38 |
| Hex | B9 | 8 | 99 | 0 | 60 | 11 | 1B | 137 | 5C | 26 |
| Octal | 271 | 10 | 231 | 0 | 140 | 21 | 33 | 467 | 134 | 46 |
| Binary | 10111001 | 1000 | 10011001 | 0 | 1100000 | 10001 | 11011 | 100110111 | 1011100 | 100110 |
Color Harmonies of #B90899
Complementary color
Monochromatic Colors of #B90899
Black with #B90899
Text Example
Text Example
White with #B90899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90899; }
p { color: rgb(185,8,153); }
H1.HeaderClassName
{
color: #B90899;
}
.AnyTagClassName
{
color: #B90899;
}
</style>
background-color css
<style>
a { background-color: #B90899; }
a { background-color: rgb(185,8,153); }
div.DivClassName
{
background-color: #B90899;
}
.BgClassName
{
background-color: #B90899;
}
</style>
border-color css
<style>
span { border-color: #B90899; }
span { border-color: rgb(185,8,153); }
td.TdClassName
{
border-color: #B90899;
}
.TagClassName
{
border-color: #B90899;
}
</style>