Shades of Medium Orchid #BA44E3
Tints of Medium Orchid #BA44E3
RGB
CMYK
RGB Variations
Color information
#BA44E3 (or 0xBA44E3) is known color: Medium Orchid. HEX triplet: BA, 44 and E3. RGB value is (186,68,227). Sum of RGB (Red+Green+Blue) = 186+68+227=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA44E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44E3 is #45BB1C. Grayscale: #787878. Windows color (decimal): -4569885 or 14894266. OLE color: 14894266.
HSL color Cylindrical-coordinate representation of color #BA44E3: hue angle of 284.53º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA44E3 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 68 | 227 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.11 |
| HSL | 284.53º | 0.74% | 0.58% | - |
| HSV(B) | 284.53º | 0.7% | 0.89% | - |
| XYZ | 36.18 | 20.12 | 74.65 | - |
| YUV | 121.41 | 187.59 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 227 | 0.18 | 0.70 | 0 | 0.11 | 284.53 | 0.74 | 0.58 |
| Hex | BA | 44 | E3 | 12 | 46 | 0 | B | 11D | 4A | 3A |
| Octal | 272 | 104 | 343 | 22 | 106 | 0 | 13 | 435 | 112 | 72 |
| Binary | 10111010 | 1000100 | 11100011 | 10010 | 1000110 | 0 | 1011 | 100011101 | 1001010 | 111010 |
Color Harmonies of #BA44E3
Complementary color
Monochromatic Colors of #BA44E3
Black with #BA44E3
Text Example
Text Example
White with #BA44E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44E3; }
p { color: rgb(186,68,227); }
H1.HeaderClassName
{
color: #BA44E3;
}
.AnyTagClassName
{
color: #BA44E3;
}
</style>
background-color css
<style>
a { background-color: #BA44E3; }
a { background-color: rgb(186,68,227); }
div.DivClassName
{
background-color: #BA44E3;
}
.BgClassName
{
background-color: #BA44E3;
}
</style>
border-color css
<style>
span { border-color: #BA44E3; }
span { border-color: rgb(186,68,227); }
td.TdClassName
{
border-color: #BA44E3;
}
.TagClassName
{
border-color: #BA44E3;
}
</style>