Shades of Medium Orchid #BA64E6
Tints of Medium Orchid #BA64E6
RGB
CMYK
RGB Variations
Color information
#BA64E6 (or 0xBA64E6) is known color: Medium Orchid. HEX triplet: BA, 64 and E6. RGB value is (186,100,230). Sum of RGB (Red+Green+Blue) = 186+100+230=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA64E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA64E6 is #459B19. Grayscale: #8C8C8C. Windows color (decimal): -4561690 or 15099066. OLE color: 15099066.
HSL color Cylindrical-coordinate representation of color #BA64E6: hue angle of 279.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA64E6 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 100 | 230 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.10 |
| HSL | 279.69º | 0.72% | 0.65% | - |
| HSV(B) | 279.69º | 0.57% | 0.9% | - |
| XYZ | 39.09 | 25.27 | 77.68 | - |
| YUV | 140.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 230 | 0.19 | 0.57 | 0 | 0.10 | 279.69 | 0.72 | 0.65 |
| Hex | BA | 64 | E6 | 13 | 39 | 0 | A | 118 | 48 | 41 |
| Octal | 272 | 144 | 346 | 23 | 71 | 0 | 12 | 430 | 110 | 101 |
| Binary | 10111010 | 1100100 | 11100110 | 10011 | 111001 | 0 | 1010 | 100011000 | 1001000 | 1000001 |
Color Harmonies of #BA64E6
Complementary color
Monochromatic Colors of #BA64E6
Black with #BA64E6
Text Example
Text Example
White with #BA64E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64E6; }
p { color: rgb(186,100,230); }
H1.HeaderClassName
{
color: #BA64E6;
}
.AnyTagClassName
{
color: #BA64E6;
}
</style>
background-color css
<style>
a { background-color: #BA64E6; }
a { background-color: rgb(186,100,230); }
div.DivClassName
{
background-color: #BA64E6;
}
.BgClassName
{
background-color: #BA64E6;
}
</style>
border-color css
<style>
span { border-color: #BA64E6; }
span { border-color: rgb(186,100,230); }
td.TdClassName
{
border-color: #BA64E6;
}
.TagClassName
{
border-color: #BA64E6;
}
</style>