Shades of Medium Orchid #BA40DA
Tints of Medium Orchid #BA40DA
RGB
CMYK
RGB Variations
Color information
#BA40DA (or 0xBA40DA) is known color: Medium Orchid. HEX triplet: BA, 40 and DA. RGB value is (186,64,218). Sum of RGB (Red+Green+Blue) = 186+64+218=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA40DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40DA is #45BF25. Grayscale: #757575. Windows color (decimal): -4570918 or 14303418. OLE color: 14303418.
HSL color Cylindrical-coordinate representation of color #BA40DA: hue angle of 287.53º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA40DA is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 64 | 218 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.15 |
| HSL | 287.53º | 0.68% | 0.55% | - |
| HSV(B) | 287.53º | 0.71% | 0.85% | - |
| XYZ | 34.74 | 19.17 | 68.2 | - |
| YUV | 118.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 218 | 0.15 | 0.71 | 0 | 0.15 | 287.53 | 0.68 | 0.55 |
| Hex | BA | 40 | DA | F | 47 | 0 | F | 120 | 44 | 37 |
| Octal | 272 | 100 | 332 | 17 | 107 | 0 | 17 | 440 | 104 | 67 |
| Binary | 10111010 | 1000000 | 11011010 | 1111 | 1000111 | 0 | 1111 | 100100000 | 1000100 | 110111 |
Color Harmonies of #BA40DA
Complementary color
Monochromatic Colors of #BA40DA
Black with #BA40DA
Text Example
Text Example
White with #BA40DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40DA; }
p { color: rgb(186,64,218); }
H1.HeaderClassName
{
color: #BA40DA;
}
.AnyTagClassName
{
color: #BA40DA;
}
</style>
background-color css
<style>
a { background-color: #BA40DA; }
a { background-color: rgb(186,64,218); }
div.DivClassName
{
background-color: #BA40DA;
}
.BgClassName
{
background-color: #BA40DA;
}
</style>
border-color css
<style>
span { border-color: #BA40DA; }
span { border-color: rgb(186,64,218); }
td.TdClassName
{
border-color: #BA40DA;
}
.TagClassName
{
border-color: #BA40DA;
}
</style>