Shades of Medium Orchid #BA40FD
Tints of Medium Orchid #BA40FD
RGB
CMYK
RGB Variations
Color information
#BA40FD (or 0xBA40FD) is known color: Medium Orchid. HEX triplet: BA, 40 and FD. RGB value is (186,64,253). Sum of RGB (Red+Green+Blue) = 186+64+253=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA40FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA40FD is #45BF02. Grayscale: #797979. Windows color (decimal): -4570883 or 16597178. OLE color: 16597178.
HSL color Cylindrical-coordinate representation of color #BA40FD: hue angle of 278.73º degrees, saturation: 0.98, 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 #BA40FD is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 64 | 253 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.01 |
| HSL | 278.73º | 0.98% | 0.62% | - |
| HSV(B) | 278.73º | 0.75% | 0.99% | - |
| XYZ | 39.81 | 21.2 | 94.92 | - |
| YUV | 122.02 | 201.92 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 253 | 0.26 | 0.75 | 0 | 0.01 | 278.73 | 0.98 | 0.62 |
| Hex | BA | 40 | FD | 1A | 4B | 0 | 1 | 117 | 62 | 3E |
| Octal | 272 | 100 | 375 | 32 | 113 | 0 | 1 | 427 | 142 | 76 |
| Binary | 10111010 | 1000000 | 11111101 | 11010 | 1001011 | 0 | 1 | 100010111 | 1100010 | 111110 |
Color Harmonies of #BA40FD
Complementary color
Monochromatic Colors of #BA40FD
Black with #BA40FD
Text Example
Text Example
White with #BA40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40FD; }
p { color: rgb(186,64,253); }
H1.HeaderClassName
{
color: #BA40FD;
}
.AnyTagClassName
{
color: #BA40FD;
}
</style>
background-color css
<style>
a { background-color: #BA40FD; }
a { background-color: rgb(186,64,253); }
div.DivClassName
{
background-color: #BA40FD;
}
.BgClassName
{
background-color: #BA40FD;
}
</style>
border-color css
<style>
span { border-color: #BA40FD; }
span { border-color: rgb(186,64,253); }
td.TdClassName
{
border-color: #BA40FD;
}
.TagClassName
{
border-color: #BA40FD;
}
</style>