Shades of Medium Orchid #BA58E5
Tints of Medium Orchid #BA58E5
RGB
CMYK
RGB Variations
Color information
#BA58E5 (or 0xBA58E5) is known color: Medium Orchid. HEX triplet: BA, 58 and E5. RGB value is (186,88,229). Sum of RGB (Red+Green+Blue) = 186+88+229=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA58E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58E5 is #45A71A. Grayscale: #848484. Windows color (decimal): -4564763 or 15030458. OLE color: 15030458.
HSL color Cylindrical-coordinate representation of color #BA58E5: hue angle of 281.7º degrees, saturation: 0.73, 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 #BA58E5 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 88 | 229 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.10 |
| HSL | 281.7º | 0.73% | 0.62% | - |
| HSV(B) | 281.7º | 0.62% | 0.9% | - |
| XYZ | 37.88 | 23.08 | 76.59 | - |
| YUV | 133.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 229 | 0.19 | 0.62 | 0 | 0.10 | 281.7 | 0.73 | 0.62 |
| Hex | BA | 58 | E5 | 13 | 3E | 0 | A | 11A | 49 | 3E |
| Octal | 272 | 130 | 345 | 23 | 76 | 0 | 12 | 432 | 111 | 76 |
| Binary | 10111010 | 1011000 | 11100101 | 10011 | 111110 | 0 | 1010 | 100011010 | 1001001 | 111110 |
Color Harmonies of #BA58E5
Complementary color
Monochromatic Colors of #BA58E5
Black with #BA58E5
Text Example
Text Example
White with #BA58E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58E5; }
p { color: rgb(186,88,229); }
H1.HeaderClassName
{
color: #BA58E5;
}
.AnyTagClassName
{
color: #BA58E5;
}
</style>
background-color css
<style>
a { background-color: #BA58E5; }
a { background-color: rgb(186,88,229); }
div.DivClassName
{
background-color: #BA58E5;
}
.BgClassName
{
background-color: #BA58E5;
}
</style>
border-color css
<style>
span { border-color: #BA58E5; }
span { border-color: rgb(186,88,229); }
td.TdClassName
{
border-color: #BA58E5;
}
.TagClassName
{
border-color: #BA58E5;
}
</style>