Shades of Medium Orchid #BA44E5
Tints of Medium Orchid #BA44E5
RGB
CMYK
RGB Variations
Color information
#BA44E5 (or 0xBA44E5) is known color: Medium Orchid. HEX triplet: BA, 44 and E5. RGB value is (186,68,229). Sum of RGB (Red+Green+Blue) = 186+68+229=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA44E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44E5 is #45BB1A. Grayscale: #797979. Windows color (decimal): -4569883 or 15025338. OLE color: 15025338.
HSL color Cylindrical-coordinate representation of color #BA44E5: hue angle of 283.98º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA44E5 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 68 | 229 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.10 |
| HSL | 283.98º | 0.76% | 0.58% | - |
| HSV(B) | 283.98º | 0.7% | 0.9% | - |
| XYZ | 36.46 | 20.23 | 76.11 | - |
| YUV | 121.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 229 | 0.19 | 0.70 | 0 | 0.10 | 283.98 | 0.76 | 0.58 |
| Hex | BA | 44 | E5 | 13 | 46 | 0 | A | 11C | 4C | 3A |
| Octal | 272 | 104 | 345 | 23 | 106 | 0 | 12 | 434 | 114 | 72 |
| Binary | 10111010 | 1000100 | 11100101 | 10011 | 1000110 | 0 | 1010 | 100011100 | 1001100 | 111010 |
Color Harmonies of #BA44E5
Complementary color
Monochromatic Colors of #BA44E5
Black with #BA44E5
Text Example
Text Example
White with #BA44E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44E5; }
p { color: rgb(186,68,229); }
H1.HeaderClassName
{
color: #BA44E5;
}
.AnyTagClassName
{
color: #BA44E5;
}
</style>
background-color css
<style>
a { background-color: #BA44E5; }
a { background-color: rgb(186,68,229); }
div.DivClassName
{
background-color: #BA44E5;
}
.BgClassName
{
background-color: #BA44E5;
}
</style>
border-color css
<style>
span { border-color: #BA44E5; }
span { border-color: rgb(186,68,229); }
td.TdClassName
{
border-color: #BA44E5;
}
.TagClassName
{
border-color: #BA44E5;
}
</style>