Shades of Medium Violet Red #B90FA7
Tints of Medium Violet Red #B90FA7
RGB
CMYK
RGB Variations
Color information
#B90FA7 (or 0xB90FA7) is known color: Medium Violet Red. HEX triplet: B9, 0F and A7. RGB value is (185,15,167). Sum of RGB (Red+Green+Blue) = 185+15+167=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B90FA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90FA7 is #46F058. Grayscale: #525252. Windows color (decimal): -4649049 or 10948537. OLE color: 10948537.
HSL color Cylindrical-coordinate representation of color #B90FA7: hue angle of 306.35º 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 #B90FA7 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 167 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.27 |
| HSL | 306.35º | 0.85% | 0.39% | - |
| HSV(B) | 306.35º | 0.92% | 0.73% | - |
| XYZ | 27.15 | 13.45 | 37.72 | - |
| YUV | 83.16 | 175.32 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 167 | 0 | 0.92 | 0.10 | 0.27 | 306.35 | 0.85 | 0.39 |
| Hex | B9 | F | A7 | 0 | 5C | A | 1B | 132 | 55 | 27 |
| Octal | 271 | 17 | 247 | 0 | 134 | 12 | 33 | 462 | 125 | 47 |
| Binary | 10111001 | 1111 | 10100111 | 0 | 1011100 | 1010 | 11011 | 100110010 | 1010101 | 100111 |
Color Harmonies of #B90FA7
Complementary color
Monochromatic Colors of #B90FA7
Black with #B90FA7
Text Example
Text Example
White with #B90FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FA7; }
p { color: rgb(185,15,167); }
H1.HeaderClassName
{
color: #B90FA7;
}
.AnyTagClassName
{
color: #B90FA7;
}
</style>
background-color css
<style>
a { background-color: #B90FA7; }
a { background-color: rgb(185,15,167); }
div.DivClassName
{
background-color: #B90FA7;
}
.BgClassName
{
background-color: #B90FA7;
}
</style>
border-color css
<style>
span { border-color: #B90FA7; }
span { border-color: rgb(185,15,167); }
td.TdClassName
{
border-color: #B90FA7;
}
.TagClassName
{
border-color: #B90FA7;
}
</style>