Shades of Medium Orchid #BA40FC
Tints of Medium Orchid #BA40FC
RGB
CMYK
RGB Variations
Color information
#BA40FC (or 0xBA40FC) is known color: Medium Orchid. HEX triplet: BA, 40 and FC. RGB value is (186,64,252). Sum of RGB (Red+Green+Blue) = 186+64+252=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA40FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA40FC is #45BF03. Grayscale: #797979. Windows color (decimal): -4570884 or 16531642. OLE color: 16531642.
HSL color Cylindrical-coordinate representation of color #BA40FC: hue angle of 278.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA40FC is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 64 | 252 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.01 |
| HSL | 278.94º | 0.97% | 0.62% | - |
| HSV(B) | 278.94º | 0.75% | 0.99% | - |
| XYZ | 39.65 | 21.13 | 94.08 | - |
| YUV | 121.91 | 201.42 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 252 | 0.26 | 0.75 | 0 | 0.01 | 278.94 | 0.97 | 0.62 |
| Hex | BA | 40 | FC | 1A | 4B | 0 | 1 | 117 | 61 | 3E |
| Octal | 272 | 100 | 374 | 32 | 113 | 0 | 1 | 427 | 141 | 76 |
| Binary | 10111010 | 1000000 | 11111100 | 11010 | 1001011 | 0 | 1 | 100010111 | 1100001 | 111110 |
Color Harmonies of #BA40FC
Complementary color
Monochromatic Colors of #BA40FC
Black with #BA40FC
Text Example
Text Example
White with #BA40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40FC; }
p { color: rgb(186,64,252); }
H1.HeaderClassName
{
color: #BA40FC;
}
.AnyTagClassName
{
color: #BA40FC;
}
</style>
background-color css
<style>
a { background-color: #BA40FC; }
a { background-color: rgb(186,64,252); }
div.DivClassName
{
background-color: #BA40FC;
}
.BgClassName
{
background-color: #BA40FC;
}
</style>
border-color css
<style>
span { border-color: #BA40FC; }
span { border-color: rgb(186,64,252); }
td.TdClassName
{
border-color: #BA40FC;
}
.TagClassName
{
border-color: #BA40FC;
}
</style>