Shades of Medium Orchid #BA56DB
Tints of Medium Orchid #BA56DB
RGB
CMYK
RGB Variations
Color information
#BA56DB (or 0xBA56DB) is known color: Medium Orchid. HEX triplet: BA, 56 and DB. RGB value is (186,86,219). Sum of RGB (Red+Green+Blue) = 186+86+219=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA56DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56DB is #45A924. Grayscale: #828282. Windows color (decimal): -4565285 or 14374586. OLE color: 14374586.
HSL color Cylindrical-coordinate representation of color #BA56DB: hue angle of 285.11º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA56DB is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 86 | 219 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.14 |
| HSL | 285.11º | 0.65% | 0.6% | - |
| HSV(B) | 285.11º | 0.61% | 0.86% | - |
| XYZ | 36.36 | 22.21 | 69.39 | - |
| YUV | 131.06 | 177.63 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 219 | 0.15 | 0.61 | 0 | 0.14 | 285.11 | 0.65 | 0.6 |
| Hex | BA | 56 | DB | F | 3D | 0 | E | 11D | 41 | 3C |
| Octal | 272 | 126 | 333 | 17 | 75 | 0 | 16 | 435 | 101 | 74 |
| Binary | 10111010 | 1010110 | 11011011 | 1111 | 111101 | 0 | 1110 | 100011101 | 1000001 | 111100 |
Color Harmonies of #BA56DB
Complementary color
Monochromatic Colors of #BA56DB
Black with #BA56DB
Text Example
Text Example
White with #BA56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56DB; }
p { color: rgb(186,86,219); }
H1.HeaderClassName
{
color: #BA56DB;
}
.AnyTagClassName
{
color: #BA56DB;
}
</style>
background-color css
<style>
a { background-color: #BA56DB; }
a { background-color: rgb(186,86,219); }
div.DivClassName
{
background-color: #BA56DB;
}
.BgClassName
{
background-color: #BA56DB;
}
</style>
border-color css
<style>
span { border-color: #BA56DB; }
span { border-color: rgb(186,86,219); }
td.TdClassName
{
border-color: #BA56DB;
}
.TagClassName
{
border-color: #BA56DB;
}
</style>