Shades of Medium Orchid #BA3AFA
Tints of Medium Orchid #BA3AFA
RGB
CMYK
RGB Variations
Color information
#BA3AFA (or 0xBA3AFA) is known color: Medium Orchid. HEX triplet: BA, 3A and FA. RGB value is (186,58,250). Sum of RGB (Red+Green+Blue) = 186+58+250=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA3AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3AFA is #45C505. Grayscale: #757575. Windows color (decimal): -4572422 or 16399034. OLE color: 16399034.
HSL color Cylindrical-coordinate representation of color #BA3AFA: hue angle of 280º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA3AFA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 58 | 250 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.02 |
| HSL | 280º | 0.95% | 0.6% | - |
| HSV(B) | 280º | 0.77% | 0.98% | - |
| XYZ | 39.02 | 20.37 | 92.32 | - |
| YUV | 118.16 | 202.41 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 250 | 0.26 | 0.77 | 0 | 0.02 | 280 | 0.95 | 0.6 |
| Hex | BA | 3A | FA | 1A | 4D | 0 | 2 | 118 | 5F | 3C |
| Octal | 272 | 72 | 372 | 32 | 115 | 0 | 2 | 430 | 137 | 74 |
| Binary | 10111010 | 111010 | 11111010 | 11010 | 1001101 | 0 | 10 | 100011000 | 1011111 | 111100 |
Color Harmonies of #BA3AFA
Complementary color
Monochromatic Colors of #BA3AFA
Black with #BA3AFA
Text Example
Text Example
White with #BA3AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AFA; }
p { color: rgb(186,58,250); }
H1.HeaderClassName
{
color: #BA3AFA;
}
.AnyTagClassName
{
color: #BA3AFA;
}
</style>
background-color css
<style>
a { background-color: #BA3AFA; }
a { background-color: rgb(186,58,250); }
div.DivClassName
{
background-color: #BA3AFA;
}
.BgClassName
{
background-color: #BA3AFA;
}
</style>
border-color css
<style>
span { border-color: #BA3AFA; }
span { border-color: rgb(186,58,250); }
td.TdClassName
{
border-color: #BA3AFA;
}
.TagClassName
{
border-color: #BA3AFA;
}
</style>