Shades of Medium Orchid #BA64DA
Tints of Medium Orchid #BA64DA
RGB
CMYK
RGB Variations
Color information
#BA64DA (or 0xBA64DA) is known color: Medium Orchid. HEX triplet: BA, 64 and DA. RGB value is (186,100,218). Sum of RGB (Red+Green+Blue) = 186+100+218=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA64DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64DA is #459B25. Grayscale: #8A8A8A. Windows color (decimal): -4561702 or 14312634. OLE color: 14312634.
HSL color Cylindrical-coordinate representation of color #BA64DA: hue angle of 283.73º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA64DA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 100 | 218 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.15 |
| HSL | 283.73º | 0.61% | 0.62% | - |
| HSV(B) | 283.73º | 0.54% | 0.85% | - |
| XYZ | 37.46 | 24.62 | 69.11 | - |
| YUV | 139.17 | 172.49 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 218 | 0.15 | 0.54 | 0 | 0.15 | 283.73 | 0.61 | 0.62 |
| Hex | BA | 64 | DA | F | 36 | 0 | F | 11C | 3D | 3E |
| Octal | 272 | 144 | 332 | 17 | 66 | 0 | 17 | 434 | 75 | 76 |
| Binary | 10111010 | 1100100 | 11011010 | 1111 | 110110 | 0 | 1111 | 100011100 | 111101 | 111110 |
Color Harmonies of #BA64DA
Complementary color
Monochromatic Colors of #BA64DA
Black with #BA64DA
Text Example
Text Example
White with #BA64DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64DA; }
p { color: rgb(186,100,218); }
H1.HeaderClassName
{
color: #BA64DA;
}
.AnyTagClassName
{
color: #BA64DA;
}
</style>
background-color css
<style>
a { background-color: #BA64DA; }
a { background-color: rgb(186,100,218); }
div.DivClassName
{
background-color: #BA64DA;
}
.BgClassName
{
background-color: #BA64DA;
}
</style>
border-color css
<style>
span { border-color: #BA64DA; }
span { border-color: rgb(186,100,218); }
td.TdClassName
{
border-color: #BA64DA;
}
.TagClassName
{
border-color: #BA64DA;
}
</style>