Shades of Medium Orchid #BA4EFB
Tints of Medium Orchid #BA4EFB
RGB
CMYK
RGB Variations
Color information
#BA4EFB (or 0xBA4EFB) is known color: Medium Orchid. HEX triplet: BA, 4E and FB. RGB value is (186,78,251). Sum of RGB (Red+Green+Blue) = 186+78+251=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA4EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EFB is #45B104. Grayscale: #818181. Windows color (decimal): -4567301 or 16469690. OLE color: 16469690.
HSL color Cylindrical-coordinate representation of color #BA4EFB: hue angle of 277.46º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4EFB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 78 | 251 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.02 |
| HSL | 277.46º | 0.96% | 0.65% | - |
| HSV(B) | 277.46º | 0.69% | 0.98% | - |
| XYZ | 40.39 | 22.85 | 93.55 | - |
| YUV | 130.01 | 196.28 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 251 | 0.26 | 0.69 | 0 | 0.02 | 277.46 | 0.96 | 0.65 |
| Hex | BA | 4E | FB | 1A | 45 | 0 | 2 | 115 | 60 | 41 |
| Octal | 272 | 116 | 373 | 32 | 105 | 0 | 2 | 425 | 140 | 101 |
| Binary | 10111010 | 1001110 | 11111011 | 11010 | 1000101 | 0 | 10 | 100010101 | 1100000 | 1000001 |
Color Harmonies of #BA4EFB
Complementary color
Monochromatic Colors of #BA4EFB
Black with #BA4EFB
Text Example
Text Example
White with #BA4EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EFB; }
p { color: rgb(186,78,251); }
H1.HeaderClassName
{
color: #BA4EFB;
}
.AnyTagClassName
{
color: #BA4EFB;
}
</style>
background-color css
<style>
a { background-color: #BA4EFB; }
a { background-color: rgb(186,78,251); }
div.DivClassName
{
background-color: #BA4EFB;
}
.BgClassName
{
background-color: #BA4EFB;
}
</style>
border-color css
<style>
span { border-color: #BA4EFB; }
span { border-color: rgb(186,78,251); }
td.TdClassName
{
border-color: #BA4EFB;
}
.TagClassName
{
border-color: #BA4EFB;
}
</style>