Shades of Medium Violet Red #B90FA4
Tints of Medium Violet Red #B90FA4
RGB
CMYK
RGB Variations
Color information
#B90FA4 (or 0xB90FA4) is known color: Medium Violet Red. HEX triplet: B9, 0F and A4. RGB value is (185,15,164). Sum of RGB (Red+Green+Blue) = 185+15+164=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B90FA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90FA4 is #46F05B. Grayscale: #525252. Windows color (decimal): -4649052 or 10751929. OLE color: 10751929.
HSL color Cylindrical-coordinate representation of color #B90FA4: hue angle of 307.41º 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 #B90FA4 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 164 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.27 |
| HSL | 307.41º | 0.85% | 0.39% | - |
| HSV(B) | 307.41º | 0.92% | 0.73% | - |
| XYZ | 26.88 | 13.34 | 36.28 | - |
| YUV | 82.82 | 173.82 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 164 | 0 | 0.92 | 0.11 | 0.27 | 307.41 | 0.85 | 0.39 |
| Hex | B9 | F | A4 | 0 | 5C | B | 1B | 133 | 55 | 27 |
| Octal | 271 | 17 | 244 | 0 | 134 | 13 | 33 | 463 | 125 | 47 |
| Binary | 10111001 | 1111 | 10100100 | 0 | 1011100 | 1011 | 11011 | 100110011 | 1010101 | 100111 |
Color Harmonies of #B90FA4
Complementary color
Monochromatic Colors of #B90FA4
Black with #B90FA4
Text Example
Text Example
White with #B90FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FA4; }
p { color: rgb(185,15,164); }
H1.HeaderClassName
{
color: #B90FA4;
}
.AnyTagClassName
{
color: #B90FA4;
}
</style>
background-color css
<style>
a { background-color: #B90FA4; }
a { background-color: rgb(185,15,164); }
div.DivClassName
{
background-color: #B90FA4;
}
.BgClassName
{
background-color: #B90FA4;
}
</style>
border-color css
<style>
span { border-color: #B90FA4; }
span { border-color: rgb(185,15,164); }
td.TdClassName
{
border-color: #B90FA4;
}
.TagClassName
{
border-color: #B90FA4;
}
</style>