Shades of Medium Orchid #BA57E6
Tints of Medium Orchid #BA57E6
RGB
CMYK
RGB Variations
Color information
#BA57E6 (or 0xBA57E6) is known color: Medium Orchid. HEX triplet: BA, 57 and E6. RGB value is (186,87,230). Sum of RGB (Red+Green+Blue) = 186+87+230=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA57E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57E6 is #45A819. Grayscale: #848484. Windows color (decimal): -4565018 or 15095738. OLE color: 15095738.
HSL color Cylindrical-coordinate representation of color #BA57E6: hue angle of 281.54º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA57E6 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 87 | 230 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.10 |
| HSL | 281.54º | 0.74% | 0.62% | - |
| HSV(B) | 281.54º | 0.62% | 0.9% | - |
| XYZ | 37.94 | 22.97 | 77.3 | - |
| YUV | 132.9 | 182.8 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 230 | 0.19 | 0.62 | 0 | 0.10 | 281.54 | 0.74 | 0.62 |
| Hex | BA | 57 | E6 | 13 | 3E | 0 | A | 11A | 4A | 3E |
| Octal | 272 | 127 | 346 | 23 | 76 | 0 | 12 | 432 | 112 | 76 |
| Binary | 10111010 | 1010111 | 11100110 | 10011 | 111110 | 0 | 1010 | 100011010 | 1001010 | 111110 |
Color Harmonies of #BA57E6
Complementary color
Monochromatic Colors of #BA57E6
Black with #BA57E6
Text Example
Text Example
White with #BA57E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57E6; }
p { color: rgb(186,87,230); }
H1.HeaderClassName
{
color: #BA57E6;
}
.AnyTagClassName
{
color: #BA57E6;
}
</style>
background-color css
<style>
a { background-color: #BA57E6; }
a { background-color: rgb(186,87,230); }
div.DivClassName
{
background-color: #BA57E6;
}
.BgClassName
{
background-color: #BA57E6;
}
</style>
border-color css
<style>
span { border-color: #BA57E6; }
span { border-color: rgb(186,87,230); }
td.TdClassName
{
border-color: #BA57E6;
}
.TagClassName
{
border-color: #BA57E6;
}
</style>