Shades of Medium Orchid #BA58FA
Tints of Medium Orchid #BA58FA
RGB
CMYK
RGB Variations
Color information
#BA58FA (or 0xBA58FA) is known color: Medium Orchid. HEX triplet: BA, 58 and FA. RGB value is (186,88,250). Sum of RGB (Red+Green+Blue) = 186+88+250=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA58FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58FA is #45A705. Grayscale: #878787. Windows color (decimal): -4564742 or 16406714. OLE color: 16406714.
HSL color Cylindrical-coordinate representation of color #BA58FA: hue angle of 276.3º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA58FA is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 88 | 250 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.02 |
| HSL | 276.3º | 0.94% | 0.66% | - |
| HSV(B) | 276.3º | 0.65% | 0.98% | - |
| XYZ | 40.99 | 24.32 | 92.98 | - |
| YUV | 135.77 | 192.47 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 250 | 0.26 | 0.65 | 0 | 0.02 | 276.3 | 0.94 | 0.66 |
| Hex | BA | 58 | FA | 1A | 41 | 0 | 2 | 114 | 5E | 42 |
| Octal | 272 | 130 | 372 | 32 | 101 | 0 | 2 | 424 | 136 | 102 |
| Binary | 10111010 | 1011000 | 11111010 | 11010 | 1000001 | 0 | 10 | 100010100 | 1011110 | 1000010 |
Color Harmonies of #BA58FA
Complementary color
Monochromatic Colors of #BA58FA
Black with #BA58FA
Text Example
Text Example
White with #BA58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58FA; }
p { color: rgb(186,88,250); }
H1.HeaderClassName
{
color: #BA58FA;
}
.AnyTagClassName
{
color: #BA58FA;
}
</style>
background-color css
<style>
a { background-color: #BA58FA; }
a { background-color: rgb(186,88,250); }
div.DivClassName
{
background-color: #BA58FA;
}
.BgClassName
{
background-color: #BA58FA;
}
</style>
border-color css
<style>
span { border-color: #BA58FA; }
span { border-color: rgb(186,88,250); }
td.TdClassName
{
border-color: #BA58FA;
}
.TagClassName
{
border-color: #BA58FA;
}
</style>