Shades of Medium Orchid #BA40FE
Tints of Medium Orchid #BA40FE
RGB
CMYK
RGB Variations
Color information
#BA40FE (or 0xBA40FE) is known color: Medium Orchid. HEX triplet: BA, 40 and FE. RGB value is (186,64,254). Sum of RGB (Red+Green+Blue) = 186+64+254=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA40FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA40FE is #45BF01. Grayscale: #797979. Windows color (decimal): -4570882 or 16662714. OLE color: 16662714.
HSL color Cylindrical-coordinate representation of color #BA40FE: hue angle of 278.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA40FE is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 64 | 254 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.00 |
| HSL | 278.53º | 0.99% | 0.62% | - |
| HSV(B) | 278.53º | 0.75% | 1% | - |
| XYZ | 39.97 | 21.26 | 95.76 | - |
| YUV | 122.14 | 202.42 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 254 | 0.27 | 0.75 | 0 | 0.00 | 278.53 | 0.99 | 0.62 |
| Hex | BA | 40 | FE | 1B | 4B | 0 | 0 | 117 | 63 | 3E |
| Octal | 272 | 100 | 376 | 33 | 113 | 0 | 0 | 427 | 143 | 76 |
| Binary | 10111010 | 1000000 | 11111110 | 11011 | 1001011 | 0 | 0 | 100010111 | 1100011 | 111110 |
Color Harmonies of #BA40FE
Complementary color
Monochromatic Colors of #BA40FE
Black with #BA40FE
Text Example
Text Example
White with #BA40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40FE; }
p { color: rgb(186,64,254); }
H1.HeaderClassName
{
color: #BA40FE;
}
.AnyTagClassName
{
color: #BA40FE;
}
</style>
background-color css
<style>
a { background-color: #BA40FE; }
a { background-color: rgb(186,64,254); }
div.DivClassName
{
background-color: #BA40FE;
}
.BgClassName
{
background-color: #BA40FE;
}
</style>
border-color css
<style>
span { border-color: #BA40FE; }
span { border-color: rgb(186,64,254); }
td.TdClassName
{
border-color: #BA40FE;
}
.TagClassName
{
border-color: #BA40FE;
}
</style>