Shades of Medium Orchid #BA5AC9
Tints of Medium Orchid #BA5AC9
RGB
CMYK
RGB Variations
Color information
#BA5AC9 (or 0xBA5AC9) is known color: Medium Orchid. HEX triplet: BA, 5A and C9. RGB value is (186,90,201). Sum of RGB (Red+Green+Blue) = 186+90+201=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA5AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AC9 is #45A536. Grayscale: #838383. Windows color (decimal): -4564279 or 13195962. OLE color: 13195962.
HSL color Cylindrical-coordinate representation of color #BA5AC9: hue angle of 291.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5AC9 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 90 | 201 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.21 |
| HSL | 291.89º | 0.51% | 0.57% | - |
| HSV(B) | 291.89º | 0.55% | 0.79% | - |
| XYZ | 34.45 | 21.97 | 57.68 | - |
| YUV | 131.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 201 | 0.07 | 0.55 | 0 | 0.21 | 291.89 | 0.51 | 0.57 |
| Hex | BA | 5A | C9 | 7 | 37 | 0 | 15 | 124 | 33 | 39 |
| Octal | 272 | 132 | 311 | 7 | 67 | 0 | 25 | 444 | 63 | 71 |
| Binary | 10111010 | 1011010 | 11001001 | 111 | 110111 | 0 | 10101 | 100100100 | 110011 | 111001 |
Color Harmonies of #BA5AC9
Complementary color
Monochromatic Colors of #BA5AC9
Black with #BA5AC9
Text Example
Text Example
White with #BA5AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AC9; }
p { color: rgb(186,90,201); }
H1.HeaderClassName
{
color: #BA5AC9;
}
.AnyTagClassName
{
color: #BA5AC9;
}
</style>
background-color css
<style>
a { background-color: #BA5AC9; }
a { background-color: rgb(186,90,201); }
div.DivClassName
{
background-color: #BA5AC9;
}
.BgClassName
{
background-color: #BA5AC9;
}
</style>
border-color css
<style>
span { border-color: #BA5AC9; }
span { border-color: rgb(186,90,201); }
td.TdClassName
{
border-color: #BA5AC9;
}
.TagClassName
{
border-color: #BA5AC9;
}
</style>