Shades of Medium Orchid #BA4ECE
Tints of Medium Orchid #BA4ECE
RGB
CMYK
RGB Variations
Color information
#BA4ECE (or 0xBA4ECE) is known color: Medium Orchid. HEX triplet: BA, 4E and CE. RGB value is (186,78,206). Sum of RGB (Red+Green+Blue) = 186+78+206=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA4ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4ECE is #45B131. Grayscale: #7C7C7C. Windows color (decimal): -4567346 or 13520570. OLE color: 13520570.
HSL color Cylindrical-coordinate representation of color #BA4ECE: hue angle of 290.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4ECE is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 78 | 206 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.19 |
| HSL | 290.63º | 0.57% | 0.56% | - |
| HSV(B) | 290.63º | 0.62% | 0.81% | - |
| XYZ | 34.11 | 20.34 | 60.52 | - |
| YUV | 124.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 206 | 0.10 | 0.62 | 0 | 0.19 | 290.63 | 0.57 | 0.56 |
| Hex | BA | 4E | CE | A | 3E | 0 | 13 | 123 | 39 | 38 |
| Octal | 272 | 116 | 316 | 12 | 76 | 0 | 23 | 443 | 71 | 70 |
| Binary | 10111010 | 1001110 | 11001110 | 1010 | 111110 | 0 | 10011 | 100100011 | 111001 | 111000 |
Color Harmonies of #BA4ECE
Complementary color
Monochromatic Colors of #BA4ECE
Black with #BA4ECE
Text Example
Text Example
White with #BA4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ECE; }
p { color: rgb(186,78,206); }
H1.HeaderClassName
{
color: #BA4ECE;
}
.AnyTagClassName
{
color: #BA4ECE;
}
</style>
background-color css
<style>
a { background-color: #BA4ECE; }
a { background-color: rgb(186,78,206); }
div.DivClassName
{
background-color: #BA4ECE;
}
.BgClassName
{
background-color: #BA4ECE;
}
</style>
border-color css
<style>
span { border-color: #BA4ECE; }
span { border-color: rgb(186,78,206); }
td.TdClassName
{
border-color: #BA4ECE;
}
.TagClassName
{
border-color: #BA4ECE;
}
</style>