Shades of Medium Orchid #BA40F9
Tints of Medium Orchid #BA40F9
RGB
CMYK
RGB Variations
Color information
#BA40F9 (or 0xBA40F9) is known color: Medium Orchid. HEX triplet: BA, 40 and F9. RGB value is (186,64,249). Sum of RGB (Red+Green+Blue) = 186+64+249=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA40F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA40F9 is #45BF06. Grayscale: #787878. Windows color (decimal): -4570887 or 16335034. OLE color: 16335034.
HSL color Cylindrical-coordinate representation of color #BA40F9: hue angle of 279.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA40F9 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 64 | 249 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.02 |
| HSL | 279.57º | 0.94% | 0.61% | - |
| HSV(B) | 279.57º | 0.74% | 0.98% | - |
| XYZ | 39.18 | 20.95 | 91.6 | - |
| YUV | 121.57 | 199.92 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 249 | 0.25 | 0.74 | 0 | 0.02 | 279.57 | 0.94 | 0.61 |
| Hex | BA | 40 | F9 | 19 | 4A | 0 | 2 | 118 | 5E | 3D |
| Octal | 272 | 100 | 371 | 31 | 112 | 0 | 2 | 430 | 136 | 75 |
| Binary | 10111010 | 1000000 | 11111001 | 11001 | 1001010 | 0 | 10 | 100011000 | 1011110 | 111101 |
Color Harmonies of #BA40F9
Complementary color
Monochromatic Colors of #BA40F9
Black with #BA40F9
Text Example
Text Example
White with #BA40F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40F9; }
p { color: rgb(186,64,249); }
H1.HeaderClassName
{
color: #BA40F9;
}
.AnyTagClassName
{
color: #BA40F9;
}
</style>
background-color css
<style>
a { background-color: #BA40F9; }
a { background-color: rgb(186,64,249); }
div.DivClassName
{
background-color: #BA40F9;
}
.BgClassName
{
background-color: #BA40F9;
}
</style>
border-color css
<style>
span { border-color: #BA40F9; }
span { border-color: rgb(186,64,249); }
td.TdClassName
{
border-color: #BA40F9;
}
.TagClassName
{
border-color: #BA40F9;
}
</style>