Shades of Medium Orchid #BA57C9
Tints of Medium Orchid #BA57C9
RGB
CMYK
RGB Variations
Color information
#BA57C9 (or 0xBA57C9) is known color: Medium Orchid. HEX triplet: BA, 57 and C9. RGB value is (186,87,201). Sum of RGB (Red+Green+Blue) = 186+87+201=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA57C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57C9 is #45A836. Grayscale: #818181. Windows color (decimal): -4565047 or 13195194. OLE color: 13195194.
HSL color Cylindrical-coordinate representation of color #BA57C9: hue angle of 292.11º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA57C9 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 87 | 201 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.21 |
| HSL | 292.11º | 0.51% | 0.56% | - |
| HSV(B) | 292.11º | 0.57% | 0.79% | - |
| XYZ | 34.2 | 21.47 | 57.6 | - |
| YUV | 129.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 201 | 0.07 | 0.57 | 0 | 0.21 | 292.11 | 0.51 | 0.56 |
| Hex | BA | 57 | C9 | 7 | 39 | 0 | 15 | 124 | 33 | 38 |
| Octal | 272 | 127 | 311 | 7 | 71 | 0 | 25 | 444 | 63 | 70 |
| Binary | 10111010 | 1010111 | 11001001 | 111 | 111001 | 0 | 10101 | 100100100 | 110011 | 111000 |
Color Harmonies of #BA57C9
Complementary color
Monochromatic Colors of #BA57C9
Black with #BA57C9
Text Example
Text Example
White with #BA57C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57C9; }
p { color: rgb(186,87,201); }
H1.HeaderClassName
{
color: #BA57C9;
}
.AnyTagClassName
{
color: #BA57C9;
}
</style>
background-color css
<style>
a { background-color: #BA57C9; }
a { background-color: rgb(186,87,201); }
div.DivClassName
{
background-color: #BA57C9;
}
.BgClassName
{
background-color: #BA57C9;
}
</style>
border-color css
<style>
span { border-color: #BA57C9; }
span { border-color: rgb(186,87,201); }
td.TdClassName
{
border-color: #BA57C9;
}
.TagClassName
{
border-color: #BA57C9;
}
</style>