Shades of Medium Orchid #BA4EFD
Tints of Medium Orchid #BA4EFD
RGB
CMYK
RGB Variations
Color information
#BA4EFD (or 0xBA4EFD) is known color: Medium Orchid. HEX triplet: BA, 4E and FD. RGB value is (186,78,253). Sum of RGB (Red+Green+Blue) = 186+78+253=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA4EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EFD is #45B102. Grayscale: #818181. Windows color (decimal): -4567299 or 16600762. OLE color: 16600762.
HSL color Cylindrical-coordinate representation of color #BA4EFD: hue angle of 277.03º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4EFD is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 78 | 253 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.01 |
| HSL | 277.03º | 0.98% | 0.65% | - |
| HSV(B) | 277.03º | 0.69% | 0.99% | - |
| XYZ | 40.7 | 22.98 | 95.22 | - |
| YUV | 130.24 | 197.28 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 253 | 0.26 | 0.69 | 0 | 0.01 | 277.03 | 0.98 | 0.65 |
| Hex | BA | 4E | FD | 1A | 45 | 0 | 1 | 115 | 62 | 41 |
| Octal | 272 | 116 | 375 | 32 | 105 | 0 | 1 | 425 | 142 | 101 |
| Binary | 10111010 | 1001110 | 11111101 | 11010 | 1000101 | 0 | 1 | 100010101 | 1100010 | 1000001 |
Color Harmonies of #BA4EFD
Complementary color
Monochromatic Colors of #BA4EFD
Black with #BA4EFD
Text Example
Text Example
White with #BA4EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EFD; }
p { color: rgb(186,78,253); }
H1.HeaderClassName
{
color: #BA4EFD;
}
.AnyTagClassName
{
color: #BA4EFD;
}
</style>
background-color css
<style>
a { background-color: #BA4EFD; }
a { background-color: rgb(186,78,253); }
div.DivClassName
{
background-color: #BA4EFD;
}
.BgClassName
{
background-color: #BA4EFD;
}
</style>
border-color css
<style>
span { border-color: #BA4EFD; }
span { border-color: rgb(186,78,253); }
td.TdClassName
{
border-color: #BA4EFD;
}
.TagClassName
{
border-color: #BA4EFD;
}
</style>