Shades of Medium Orchid #BA64E3
Tints of Medium Orchid #BA64E3
RGB
CMYK
RGB Variations
Color information
#BA64E3 (or 0xBA64E3) is known color: Medium Orchid. HEX triplet: BA, 64 and E3. RGB value is (186,100,227). Sum of RGB (Red+Green+Blue) = 186+100+227=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 227 (89.06% from 255 or 44.25% from 513); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA64E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64E3 is #459B1C. Grayscale: #8B8B8B. Windows color (decimal): -4561693 or 14902458. OLE color: 14902458.
HSL color Cylindrical-coordinate representation of color #BA64E3: hue angle of 280.63º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA64E3 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 100 | 227 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.11 |
| HSL | 280.63º | 0.69% | 0.64% | - |
| HSV(B) | 280.63º | 0.56% | 0.89% | - |
| XYZ | 38.67 | 25.1 | 75.48 | - |
| YUV | 140.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 227 | 0.18 | 0.56 | 0 | 0.11 | 280.63 | 0.69 | 0.64 |
| Hex | BA | 64 | E3 | 12 | 38 | 0 | B | 119 | 45 | 40 |
| Octal | 272 | 144 | 343 | 22 | 70 | 0 | 13 | 431 | 105 | 100 |
| Binary | 10111010 | 1100100 | 11100011 | 10010 | 111000 | 0 | 1011 | 100011001 | 1000101 | 1000000 |
Color Harmonies of #BA64E3
Complementary color
Monochromatic Colors of #BA64E3
Black with #BA64E3
Text Example
Text Example
White with #BA64E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64E3; }
p { color: rgb(186,100,227); }
H1.HeaderClassName
{
color: #BA64E3;
}
.AnyTagClassName
{
color: #BA64E3;
}
</style>
background-color css
<style>
a { background-color: #BA64E3; }
a { background-color: rgb(186,100,227); }
div.DivClassName
{
background-color: #BA64E3;
}
.BgClassName
{
background-color: #BA64E3;
}
</style>
border-color css
<style>
span { border-color: #BA64E3; }
span { border-color: rgb(186,100,227); }
td.TdClassName
{
border-color: #BA64E3;
}
.TagClassName
{
border-color: #BA64E3;
}
</style>