Shades of Medium Orchid #BA3AF0
Tints of Medium Orchid #BA3AF0
RGB
CMYK
RGB Variations
Color information
#BA3AF0 (or 0xBA3AF0) is known color: Medium Orchid. HEX triplet: BA, 3A and F0. RGB value is (186,58,240). Sum of RGB (Red+Green+Blue) = 186+58+240=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA3AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3AF0 is #45C50F. Grayscale: #747474. Windows color (decimal): -4572432 or 15743674. OLE color: 15743674.
HSL color Cylindrical-coordinate representation of color #BA3AF0: hue angle of 282.2º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3AF0 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 58 | 240 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.06 |
| HSL | 282.2º | 0.86% | 0.58% | - |
| HSV(B) | 282.2º | 0.76% | 0.94% | - |
| XYZ | 37.49 | 19.76 | 84.28 | - |
| YUV | 117.02 | 197.41 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 240 | 0.22 | 0.76 | 0 | 0.06 | 282.2 | 0.86 | 0.58 |
| Hex | BA | 3A | F0 | 16 | 4C | 0 | 6 | 11A | 56 | 3A |
| Octal | 272 | 72 | 360 | 26 | 114 | 0 | 6 | 432 | 126 | 72 |
| Binary | 10111010 | 111010 | 11110000 | 10110 | 1001100 | 0 | 110 | 100011010 | 1010110 | 111010 |
Color Harmonies of #BA3AF0
Complementary color
Monochromatic Colors of #BA3AF0
Black with #BA3AF0
Text Example
Text Example
White with #BA3AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AF0; }
p { color: rgb(186,58,240); }
H1.HeaderClassName
{
color: #BA3AF0;
}
.AnyTagClassName
{
color: #BA3AF0;
}
</style>
background-color css
<style>
a { background-color: #BA3AF0; }
a { background-color: rgb(186,58,240); }
div.DivClassName
{
background-color: #BA3AF0;
}
.BgClassName
{
background-color: #BA3AF0;
}
</style>
border-color css
<style>
span { border-color: #BA3AF0; }
span { border-color: rgb(186,58,240); }
td.TdClassName
{
border-color: #BA3AF0;
}
.TagClassName
{
border-color: #BA3AF0;
}
</style>