Shades of Medium Orchid #BA56DA
Tints of Medium Orchid #BA56DA
RGB
CMYK
RGB Variations
Color information
#BA56DA (or 0xBA56DA) is known color: Medium Orchid. HEX triplet: BA, 56 and DA. RGB value is (186,86,218). Sum of RGB (Red+Green+Blue) = 186+86+218=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA56DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56DA is #45A925. Grayscale: #828282. Windows color (decimal): -4565286 or 14309050. OLE color: 14309050.
HSL color Cylindrical-coordinate representation of color #BA56DA: hue angle of 285.45º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA56DA is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 86 | 218 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.15 |
| HSL | 285.45º | 0.64% | 0.6% | - |
| HSV(B) | 285.45º | 0.61% | 0.85% | - |
| XYZ | 36.23 | 22.16 | 68.7 | - |
| YUV | 130.95 | 177.13 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 218 | 0.15 | 0.61 | 0 | 0.15 | 285.45 | 0.64 | 0.6 |
| Hex | BA | 56 | DA | F | 3D | 0 | F | 11D | 40 | 3C |
| Octal | 272 | 126 | 332 | 17 | 75 | 0 | 17 | 435 | 100 | 74 |
| Binary | 10111010 | 1010110 | 11011010 | 1111 | 111101 | 0 | 1111 | 100011101 | 1000000 | 111100 |
Color Harmonies of #BA56DA
Complementary color
Monochromatic Colors of #BA56DA
Black with #BA56DA
Text Example
Text Example
White with #BA56DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56DA; }
p { color: rgb(186,86,218); }
H1.HeaderClassName
{
color: #BA56DA;
}
.AnyTagClassName
{
color: #BA56DA;
}
</style>
background-color css
<style>
a { background-color: #BA56DA; }
a { background-color: rgb(186,86,218); }
div.DivClassName
{
background-color: #BA56DA;
}
.BgClassName
{
background-color: #BA56DA;
}
</style>
border-color css
<style>
span { border-color: #BA56DA; }
span { border-color: rgb(186,86,218); }
td.TdClassName
{
border-color: #BA56DA;
}
.TagClassName
{
border-color: #BA56DA;
}
</style>