Shades of Medium Violet Red #B90BA4
Tints of Medium Violet Red #B90BA4
RGB
CMYK
RGB Variations
Color information
#B90BA4 (or 0xB90BA4) is known color: Medium Violet Red. HEX triplet: B9, 0B and A4. RGB value is (185,11,164). Sum of RGB (Red+Green+Blue) = 185+11+164=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B90BA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90BA4 is #46F45B. Grayscale: #505050. Windows color (decimal): -4650076 or 10750905. OLE color: 10750905.
HSL color Cylindrical-coordinate representation of color #B90BA4: hue angle of 307.24º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90BA4 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 164 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.27 |
| HSL | 307.24º | 0.89% | 0.38% | - |
| HSV(B) | 307.24º | 0.94% | 0.73% | - |
| XYZ | 26.83 | 13.23 | 36.26 | - |
| YUV | 80.47 | 175.15 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 164 | 0 | 0.94 | 0.11 | 0.27 | 307.24 | 0.89 | 0.38 |
| Hex | B9 | B | A4 | 0 | 5E | B | 1B | 133 | 59 | 26 |
| Octal | 271 | 13 | 244 | 0 | 136 | 13 | 33 | 463 | 131 | 46 |
| Binary | 10111001 | 1011 | 10100100 | 0 | 1011110 | 1011 | 11011 | 100110011 | 1011001 | 100110 |
Color Harmonies of #B90BA4
Complementary color
Monochromatic Colors of #B90BA4
Black with #B90BA4
Text Example
Text Example
White with #B90BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90BA4; }
p { color: rgb(185,11,164); }
H1.HeaderClassName
{
color: #B90BA4;
}
.AnyTagClassName
{
color: #B90BA4;
}
</style>
background-color css
<style>
a { background-color: #B90BA4; }
a { background-color: rgb(185,11,164); }
div.DivClassName
{
background-color: #B90BA4;
}
.BgClassName
{
background-color: #B90BA4;
}
</style>
border-color css
<style>
span { border-color: #B90BA4; }
span { border-color: rgb(185,11,164); }
td.TdClassName
{
border-color: #B90BA4;
}
.TagClassName
{
border-color: #B90BA4;
}
</style>