Shades of Medium Orchid #BA43EE
Tints of Medium Orchid #BA43EE
RGB
CMYK
RGB Variations
Color information
#BA43EE (or 0xBA43EE) is known color: Medium Orchid. HEX triplet: BA, 43 and EE. RGB value is (186,67,238). Sum of RGB (Red+Green+Blue) = 186+67+238=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA43EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43EE is #45BC11. Grayscale: #797979. Windows color (decimal): -4570130 or 15614906. OLE color: 15614906.
HSL color Cylindrical-coordinate representation of color #BA43EE: hue angle of 281.75º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA43EE is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 67 | 238 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.07 |
| HSL | 281.75º | 0.83% | 0.6% | - |
| HSV(B) | 281.75º | 0.72% | 0.93% | - |
| XYZ | 37.69 | 20.63 | 82.88 | - |
| YUV | 122.08 | 193.42 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 238 | 0.22 | 0.72 | 0 | 0.07 | 281.75 | 0.83 | 0.6 |
| Hex | BA | 43 | EE | 16 | 48 | 0 | 7 | 11A | 53 | 3C |
| Octal | 272 | 103 | 356 | 26 | 110 | 0 | 7 | 432 | 123 | 74 |
| Binary | 10111010 | 1000011 | 11101110 | 10110 | 1001000 | 0 | 111 | 100011010 | 1010011 | 111100 |
Color Harmonies of #BA43EE
Complementary color
Monochromatic Colors of #BA43EE
Black with #BA43EE
Text Example
Text Example
White with #BA43EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43EE; }
p { color: rgb(186,67,238); }
H1.HeaderClassName
{
color: #BA43EE;
}
.AnyTagClassName
{
color: #BA43EE;
}
</style>
background-color css
<style>
a { background-color: #BA43EE; }
a { background-color: rgb(186,67,238); }
div.DivClassName
{
background-color: #BA43EE;
}
.BgClassName
{
background-color: #BA43EE;
}
</style>
border-color css
<style>
span { border-color: #BA43EE; }
span { border-color: rgb(186,67,238); }
td.TdClassName
{
border-color: #BA43EE;
}
.TagClassName
{
border-color: #BA43EE;
}
</style>