Shades of Medium Orchid #BA4EF2
Tints of Medium Orchid #BA4EF2
RGB
CMYK
RGB Variations
Color information
#BA4EF2 (or 0xBA4EF2) is known color: Medium Orchid. HEX triplet: BA, 4E and F2. RGB value is (186,78,242). Sum of RGB (Red+Green+Blue) = 186+78+242=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA4EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EF2 is #45B10D. Grayscale: #808080. Windows color (decimal): -4567310 or 15879866. OLE color: 15879866.
HSL color Cylindrical-coordinate representation of color #BA4EF2: hue angle of 279.51º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4EF2 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 78 | 242 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.05 |
| HSL | 279.51º | 0.86% | 0.63% | - |
| HSV(B) | 279.51º | 0.68% | 0.95% | - |
| XYZ | 39 | 22.3 | 86.25 | - |
| YUV | 128.99 | 191.78 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 242 | 0.23 | 0.68 | 0 | 0.05 | 279.51 | 0.86 | 0.63 |
| Hex | BA | 4E | F2 | 17 | 44 | 0 | 5 | 118 | 56 | 3F |
| Octal | 272 | 116 | 362 | 27 | 104 | 0 | 5 | 430 | 126 | 77 |
| Binary | 10111010 | 1001110 | 11110010 | 10111 | 1000100 | 0 | 101 | 100011000 | 1010110 | 111111 |
Color Harmonies of #BA4EF2
Complementary color
Monochromatic Colors of #BA4EF2
Black with #BA4EF2
Text Example
Text Example
White with #BA4EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EF2; }
p { color: rgb(186,78,242); }
H1.HeaderClassName
{
color: #BA4EF2;
}
.AnyTagClassName
{
color: #BA4EF2;
}
</style>
background-color css
<style>
a { background-color: #BA4EF2; }
a { background-color: rgb(186,78,242); }
div.DivClassName
{
background-color: #BA4EF2;
}
.BgClassName
{
background-color: #BA4EF2;
}
</style>
border-color css
<style>
span { border-color: #BA4EF2; }
span { border-color: rgb(186,78,242); }
td.TdClassName
{
border-color: #BA4EF2;
}
.TagClassName
{
border-color: #BA4EF2;
}
</style>