Shades of Medium Violet Red #B90CA3
Tints of Medium Violet Red #B90CA3
RGB
CMYK
RGB Variations
Color information
#B90CA3 (or 0xB90CA3) is known color: Medium Violet Red. HEX triplet: B9, 0C and A3. RGB value is (185,12,163). Sum of RGB (Red+Green+Blue) = 185+12+163=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B90CA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90CA3 is #46F35C. Grayscale: #505050. Windows color (decimal): -4649821 or 10685625. OLE color: 10685625.
HSL color Cylindrical-coordinate representation of color #B90CA3: hue angle of 307.63º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90CA3 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 163 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.27 |
| HSL | 307.63º | 0.88% | 0.39% | - |
| HSV(B) | 307.63º | 0.94% | 0.73% | - |
| XYZ | 26.75 | 13.22 | 35.79 | - |
| YUV | 80.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 163 | 0 | 0.94 | 0.12 | 0.27 | 307.63 | 0.88 | 0.39 |
| Hex | B9 | C | A3 | 0 | 5E | C | 1B | 134 | 58 | 27 |
| Octal | 271 | 14 | 243 | 0 | 136 | 14 | 33 | 464 | 130 | 47 |
| Binary | 10111001 | 1100 | 10100011 | 0 | 1011110 | 1100 | 11011 | 100110100 | 1011000 | 100111 |
Color Harmonies of #B90CA3
Complementary color
Monochromatic Colors of #B90CA3
Black with #B90CA3
Text Example
Text Example
White with #B90CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CA3; }
p { color: rgb(185,12,163); }
H1.HeaderClassName
{
color: #B90CA3;
}
.AnyTagClassName
{
color: #B90CA3;
}
</style>
background-color css
<style>
a { background-color: #B90CA3; }
a { background-color: rgb(185,12,163); }
div.DivClassName
{
background-color: #B90CA3;
}
.BgClassName
{
background-color: #B90CA3;
}
</style>
border-color css
<style>
span { border-color: #B90CA3; }
span { border-color: rgb(185,12,163); }
td.TdClassName
{
border-color: #B90CA3;
}
.TagClassName
{
border-color: #B90CA3;
}
</style>