Shades of Medium Orchid #BA58F3
Tints of Medium Orchid #BA58F3
RGB
CMYK
RGB Variations
Color information
#BA58F3 (or 0xBA58F3) is known color: Medium Orchid. HEX triplet: BA, 58 and F3. RGB value is (186,88,243). Sum of RGB (Red+Green+Blue) = 186+88+243=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA58F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58F3 is #45A70C. Grayscale: #868686. Windows color (decimal): -4564749 or 15947962. OLE color: 15947962.
HSL color Cylindrical-coordinate representation of color #BA58F3: hue angle of 277.94º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA58F3 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 88 | 243 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.05 |
| HSL | 277.94º | 0.87% | 0.65% | - |
| HSV(B) | 277.94º | 0.64% | 0.95% | - |
| XYZ | 39.92 | 23.89 | 87.3 | - |
| YUV | 134.97 | 188.97 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 243 | 0.23 | 0.64 | 0 | 0.05 | 277.94 | 0.87 | 0.65 |
| Hex | BA | 58 | F3 | 17 | 40 | 0 | 5 | 116 | 57 | 41 |
| Octal | 272 | 130 | 363 | 27 | 100 | 0 | 5 | 426 | 127 | 101 |
| Binary | 10111010 | 1011000 | 11110011 | 10111 | 1000000 | 0 | 101 | 100010110 | 1010111 | 1000001 |
Color Harmonies of #BA58F3
Complementary color
Monochromatic Colors of #BA58F3
Black with #BA58F3
Text Example
Text Example
White with #BA58F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58F3; }
p { color: rgb(186,88,243); }
H1.HeaderClassName
{
color: #BA58F3;
}
.AnyTagClassName
{
color: #BA58F3;
}
</style>
background-color css
<style>
a { background-color: #BA58F3; }
a { background-color: rgb(186,88,243); }
div.DivClassName
{
background-color: #BA58F3;
}
.BgClassName
{
background-color: #BA58F3;
}
</style>
border-color css
<style>
span { border-color: #BA58F3; }
span { border-color: rgb(186,88,243); }
td.TdClassName
{
border-color: #BA58F3;
}
.TagClassName
{
border-color: #BA58F3;
}
</style>