Shades of Medium Violet Red #B90F98
Tints of Medium Violet Red #B90F98
RGB
CMYK
RGB Variations
Color information
#B90F98 (or 0xB90F98) is known color: Medium Violet Red. HEX triplet: B9, 0F and 98. RGB value is (185,15,152). Sum of RGB (Red+Green+Blue) = 185+15+152=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90F98 is #46F067. Grayscale: #515151. Windows color (decimal): -4649064 or 9965497. OLE color: 9965497.
HSL color Cylindrical-coordinate representation of color #B90F98: hue angle of 311.65º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90F98 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 152 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.27 |
| HSL | 311.65º | 0.85% | 0.39% | - |
| HSV(B) | 311.65º | 0.92% | 0.73% | - |
| XYZ | 25.85 | 12.92 | 30.84 | - |
| YUV | 81.45 | 167.82 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 152 | 0 | 0.92 | 0.18 | 0.27 | 311.65 | 0.85 | 0.39 |
| Hex | B9 | F | 98 | 0 | 5C | 12 | 1B | 138 | 55 | 27 |
| Octal | 271 | 17 | 230 | 0 | 134 | 22 | 33 | 470 | 125 | 47 |
| Binary | 10111001 | 1111 | 10011000 | 0 | 1011100 | 10010 | 11011 | 100111000 | 1010101 | 100111 |
Color Harmonies of #B90F98
Complementary color
Monochromatic Colors of #B90F98
Black with #B90F98
Text Example
Text Example
White with #B90F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90F98; }
p { color: rgb(185,15,152); }
H1.HeaderClassName
{
color: #B90F98;
}
.AnyTagClassName
{
color: #B90F98;
}
</style>
background-color css
<style>
a { background-color: #B90F98; }
a { background-color: rgb(185,15,152); }
div.DivClassName
{
background-color: #B90F98;
}
.BgClassName
{
background-color: #B90F98;
}
</style>
border-color css
<style>
span { border-color: #B90F98; }
span { border-color: rgb(185,15,152); }
td.TdClassName
{
border-color: #B90F98;
}
.TagClassName
{
border-color: #B90F98;
}
</style>