Shades of Medium Orchid #BA54DA
Tints of Medium Orchid #BA54DA
RGB
CMYK
RGB Variations
Color information
#BA54DA (or 0xBA54DA) is known color: Medium Orchid. HEX triplet: BA, 54 and DA. RGB value is (186,84,218). Sum of RGB (Red+Green+Blue) = 186+84+218=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA54DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54DA is #45AB25. Grayscale: #818181. Windows color (decimal): -4565798 or 14308538. OLE color: 14308538.
HSL color Cylindrical-coordinate representation of color #BA54DA: hue angle of 285.67º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA54DA is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 84 | 218 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.15 |
| HSL | 285.67º | 0.64% | 0.59% | - |
| HSV(B) | 285.67º | 0.61% | 0.85% | - |
| XYZ | 36.07 | 21.84 | 68.64 | - |
| YUV | 129.77 | 177.79 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 218 | 0.15 | 0.61 | 0 | 0.15 | 285.67 | 0.64 | 0.59 |
| Hex | BA | 54 | DA | F | 3D | 0 | F | 11E | 40 | 3B |
| Octal | 272 | 124 | 332 | 17 | 75 | 0 | 17 | 436 | 100 | 73 |
| Binary | 10111010 | 1010100 | 11011010 | 1111 | 111101 | 0 | 1111 | 100011110 | 1000000 | 111011 |
Color Harmonies of #BA54DA
Complementary color
Monochromatic Colors of #BA54DA
Black with #BA54DA
Text Example
Text Example
White with #BA54DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54DA; }
p { color: rgb(186,84,218); }
H1.HeaderClassName
{
color: #BA54DA;
}
.AnyTagClassName
{
color: #BA54DA;
}
</style>
background-color css
<style>
a { background-color: #BA54DA; }
a { background-color: rgb(186,84,218); }
div.DivClassName
{
background-color: #BA54DA;
}
.BgClassName
{
background-color: #BA54DA;
}
</style>
border-color css
<style>
span { border-color: #BA54DA; }
span { border-color: rgb(186,84,218); }
td.TdClassName
{
border-color: #BA54DA;
}
.TagClassName
{
border-color: #BA54DA;
}
</style>