Shades of Medium Orchid #BA44EA
Tints of Medium Orchid #BA44EA
RGB
CMYK
RGB Variations
Color information
#BA44EA (or 0xBA44EA) is known color: Medium Orchid. HEX triplet: BA, 44 and EA. RGB value is (186,68,234). Sum of RGB (Red+Green+Blue) = 186+68+234=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA44EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA44EA is #45BB15. Grayscale: #797979. Windows color (decimal): -4569878 or 15353018. OLE color: 15353018.
HSL color Cylindrical-coordinate representation of color #BA44EA: hue angle of 282.65º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA44EA is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 68 | 234 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.08 |
| HSL | 282.65º | 0.8% | 0.59% | - |
| HSV(B) | 282.65º | 0.71% | 0.92% | - |
| XYZ | 37.17 | 20.51 | 79.84 | - |
| YUV | 122.21 | 191.09 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 234 | 0.21 | 0.71 | 0 | 0.08 | 282.65 | 0.8 | 0.59 |
| Hex | BA | 44 | EA | 15 | 47 | 0 | 8 | 11B | 50 | 3B |
| Octal | 272 | 104 | 352 | 25 | 107 | 0 | 10 | 433 | 120 | 73 |
| Binary | 10111010 | 1000100 | 11101010 | 10101 | 1000111 | 0 | 1000 | 100011011 | 1010000 | 111011 |
Color Harmonies of #BA44EA
Complementary color
Monochromatic Colors of #BA44EA
Black with #BA44EA
Text Example
Text Example
White with #BA44EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44EA; }
p { color: rgb(186,68,234); }
H1.HeaderClassName
{
color: #BA44EA;
}
.AnyTagClassName
{
color: #BA44EA;
}
</style>
background-color css
<style>
a { background-color: #BA44EA; }
a { background-color: rgb(186,68,234); }
div.DivClassName
{
background-color: #BA44EA;
}
.BgClassName
{
background-color: #BA44EA;
}
</style>
border-color css
<style>
span { border-color: #BA44EA; }
span { border-color: rgb(186,68,234); }
td.TdClassName
{
border-color: #BA44EA;
}
.TagClassName
{
border-color: #BA44EA;
}
</style>