Shades of Medium Violet Red #B90398
Tints of Medium Violet Red #B90398
RGB
CMYK
RGB Variations
Color information
#B90398 (or 0xB90398) is known color: Medium Violet Red. HEX triplet: B9, 03 and 98. RGB value is (185,3,152). Sum of RGB (Red+Green+Blue) = 185+3+152=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B90398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90398 is #46FC67. Grayscale: #494949. Windows color (decimal): -4652136 or 9962425. OLE color: 9962425.
HSL color Cylindrical-coordinate representation of color #B90398: hue angle of 310.88º 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 #B90398 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 3 | 152 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.27 |
| HSL | 310.88º | 0.97% | 0.37% | - |
| HSV(B) | 310.88º | 0.98% | 0.73% | - |
| XYZ | 25.71 | 12.65 | 30.79 | - |
| YUV | 74.4 | 171.8 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 152 | 0 | 0.98 | 0.18 | 0.27 | 310.88 | 0.97 | 0.37 |
| Hex | B9 | 3 | 98 | 0 | 62 | 12 | 1B | 137 | 61 | 25 |
| Octal | 271 | 3 | 230 | 0 | 142 | 22 | 33 | 467 | 141 | 45 |
| Binary | 10111001 | 11 | 10011000 | 0 | 1100010 | 10010 | 11011 | 100110111 | 1100001 | 100101 |
Color Harmonies of #B90398
Complementary color
Monochromatic Colors of #B90398
Black with #B90398
Text Example
Text Example
White with #B90398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90398; }
p { color: rgb(185,3,152); }
H1.HeaderClassName
{
color: #B90398;
}
.AnyTagClassName
{
color: #B90398;
}
</style>
background-color css
<style>
a { background-color: #B90398; }
a { background-color: rgb(185,3,152); }
div.DivClassName
{
background-color: #B90398;
}
.BgClassName
{
background-color: #B90398;
}
</style>
border-color css
<style>
span { border-color: #B90398; }
span { border-color: rgb(185,3,152); }
td.TdClassName
{
border-color: #B90398;
}
.TagClassName
{
border-color: #B90398;
}
</style>