Shades of Medium Orchid #BA56FA
Tints of Medium Orchid #BA56FA
RGB
CMYK
RGB Variations
Color information
#BA56FA (or 0xBA56FA) is known color: Medium Orchid. HEX triplet: BA, 56 and FA. RGB value is (186,86,250). Sum of RGB (Red+Green+Blue) = 186+86+250=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56FA is #45A905. Grayscale: #868686. Windows color (decimal): -4565254 or 16406202. OLE color: 16406202.
HSL color Cylindrical-coordinate representation of color #BA56FA: hue angle of 276.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA56FA is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 86 | 250 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.02 |
| HSL | 276.59º | 0.94% | 0.66% | - |
| HSV(B) | 276.59º | 0.66% | 0.98% | - |
| XYZ | 40.83 | 24 | 92.92 | - |
| YUV | 134.6 | 193.13 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 250 | 0.26 | 0.66 | 0 | 0.02 | 276.59 | 0.94 | 0.66 |
| Hex | BA | 56 | FA | 1A | 42 | 0 | 2 | 115 | 5E | 42 |
| Octal | 272 | 126 | 372 | 32 | 102 | 0 | 2 | 425 | 136 | 102 |
| Binary | 10111010 | 1010110 | 11111010 | 11010 | 1000010 | 0 | 10 | 100010101 | 1011110 | 1000010 |
Color Harmonies of #BA56FA
Complementary color
Monochromatic Colors of #BA56FA
Black with #BA56FA
Text Example
Text Example
White with #BA56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56FA; }
p { color: rgb(186,86,250); }
H1.HeaderClassName
{
color: #BA56FA;
}
.AnyTagClassName
{
color: #BA56FA;
}
</style>
background-color css
<style>
a { background-color: #BA56FA; }
a { background-color: rgb(186,86,250); }
div.DivClassName
{
background-color: #BA56FA;
}
.BgClassName
{
background-color: #BA56FA;
}
</style>
border-color css
<style>
span { border-color: #BA56FA; }
span { border-color: rgb(186,86,250); }
td.TdClassName
{
border-color: #BA56FA;
}
.TagClassName
{
border-color: #BA56FA;
}
</style>