Shades of Medium Orchid #BA4EF3
Tints of Medium Orchid #BA4EF3
RGB
CMYK
RGB Variations
Color information
#BA4EF3 (or 0xBA4EF3) is known color: Medium Orchid. HEX triplet: BA, 4E and F3. RGB value is (186,78,243). Sum of RGB (Red+Green+Blue) = 186+78+243=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA4EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EF3 is #45B10C. Grayscale: #808080. Windows color (decimal): -4567309 or 15945402. OLE color: 15945402.
HSL color Cylindrical-coordinate representation of color #BA4EF3: hue angle of 279.27º degrees, saturation: 0.87, 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 #BA4EF3 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 78 | 243 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.05 |
| HSL | 279.27º | 0.87% | 0.63% | - |
| HSV(B) | 279.27º | 0.68% | 0.95% | - |
| XYZ | 39.15 | 22.36 | 87.05 | - |
| YUV | 129.1 | 192.28 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 243 | 0.23 | 0.68 | 0 | 0.05 | 279.27 | 0.87 | 0.63 |
| Hex | BA | 4E | F3 | 17 | 44 | 0 | 5 | 117 | 57 | 3F |
| Octal | 272 | 116 | 363 | 27 | 104 | 0 | 5 | 427 | 127 | 77 |
| Binary | 10111010 | 1001110 | 11110011 | 10111 | 1000100 | 0 | 101 | 100010111 | 1010111 | 111111 |
Color Harmonies of #BA4EF3
Complementary color
Monochromatic Colors of #BA4EF3
Black with #BA4EF3
Text Example
Text Example
White with #BA4EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EF3; }
p { color: rgb(186,78,243); }
H1.HeaderClassName
{
color: #BA4EF3;
}
.AnyTagClassName
{
color: #BA4EF3;
}
</style>
background-color css
<style>
a { background-color: #BA4EF3; }
a { background-color: rgb(186,78,243); }
div.DivClassName
{
background-color: #BA4EF3;
}
.BgClassName
{
background-color: #BA4EF3;
}
</style>
border-color css
<style>
span { border-color: #BA4EF3; }
span { border-color: rgb(186,78,243); }
td.TdClassName
{
border-color: #BA4EF3;
}
.TagClassName
{
border-color: #BA4EF3;
}
</style>