Shades of Medium Orchid #BA4AEC
Tints of Medium Orchid #BA4AEC
RGB
CMYK
RGB Variations
Color information
#BA4AEC (or 0xBA4AEC) is known color: Medium Orchid. HEX triplet: BA, 4A and EC. RGB value is (186,74,236). Sum of RGB (Red+Green+Blue) = 186+74+236=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA4AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AEC is #45B513. Grayscale: #7D7D7D. Windows color (decimal): -4568340 or 15485626. OLE color: 15485626.
HSL color Cylindrical-coordinate representation of color #BA4AEC: hue angle of 281.48º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4AEC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 74 | 236 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.07 |
| HSL | 281.48º | 0.81% | 0.61% | - |
| HSV(B) | 281.48º | 0.69% | 0.93% | - |
| XYZ | 37.84 | 21.39 | 81.49 | - |
| YUV | 125.96 | 190.11 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 236 | 0.21 | 0.69 | 0 | 0.07 | 281.48 | 0.81 | 0.61 |
| Hex | BA | 4A | EC | 15 | 45 | 0 | 7 | 119 | 51 | 3D |
| Octal | 272 | 112 | 354 | 25 | 105 | 0 | 7 | 431 | 121 | 75 |
| Binary | 10111010 | 1001010 | 11101100 | 10101 | 1000101 | 0 | 111 | 100011001 | 1010001 | 111101 |
Color Harmonies of #BA4AEC
Complementary color
Monochromatic Colors of #BA4AEC
Black with #BA4AEC
Text Example
Text Example
White with #BA4AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AEC; }
p { color: rgb(186,74,236); }
H1.HeaderClassName
{
color: #BA4AEC;
}
.AnyTagClassName
{
color: #BA4AEC;
}
</style>
background-color css
<style>
a { background-color: #BA4AEC; }
a { background-color: rgb(186,74,236); }
div.DivClassName
{
background-color: #BA4AEC;
}
.BgClassName
{
background-color: #BA4AEC;
}
</style>
border-color css
<style>
span { border-color: #BA4AEC; }
span { border-color: rgb(186,74,236); }
td.TdClassName
{
border-color: #BA4AEC;
}
.TagClassName
{
border-color: #BA4AEC;
}
</style>