Shades of Medium Orchid #BA58E0
Tints of Medium Orchid #BA58E0
RGB
CMYK
RGB Variations
Color information
#BA58E0 (or 0xBA58E0) is known color: Medium Orchid. HEX triplet: BA, 58 and E0. RGB value is (186,88,224). Sum of RGB (Red+Green+Blue) = 186+88+224=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA58E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58E0 is #45A71F. Grayscale: #848484. Windows color (decimal): -4564768 or 14702778. OLE color: 14702778.
HSL color Cylindrical-coordinate representation of color #BA58E0: hue angle of 283.24º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA58E0 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 88 | 224 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.12 |
| HSL | 283.24º | 0.69% | 0.61% | - |
| HSV(B) | 283.24º | 0.61% | 0.88% | - |
| XYZ | 37.19 | 22.8 | 72.96 | - |
| YUV | 132.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 224 | 0.17 | 0.61 | 0 | 0.12 | 283.24 | 0.69 | 0.61 |
| Hex | BA | 58 | E0 | 11 | 3D | 0 | C | 11B | 45 | 3D |
| Octal | 272 | 130 | 340 | 21 | 75 | 0 | 14 | 433 | 105 | 75 |
| Binary | 10111010 | 1011000 | 11100000 | 10001 | 111101 | 0 | 1100 | 100011011 | 1000101 | 111101 |
Color Harmonies of #BA58E0
Complementary color
Monochromatic Colors of #BA58E0
Black with #BA58E0
Text Example
Text Example
White with #BA58E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58E0; }
p { color: rgb(186,88,224); }
H1.HeaderClassName
{
color: #BA58E0;
}
.AnyTagClassName
{
color: #BA58E0;
}
</style>
background-color css
<style>
a { background-color: #BA58E0; }
a { background-color: rgb(186,88,224); }
div.DivClassName
{
background-color: #BA58E0;
}
.BgClassName
{
background-color: #BA58E0;
}
</style>
border-color css
<style>
span { border-color: #BA58E0; }
span { border-color: rgb(186,88,224); }
td.TdClassName
{
border-color: #BA58E0;
}
.TagClassName
{
border-color: #BA58E0;
}
</style>