Shades of Medium Orchid #BA5BDC
Tints of Medium Orchid #BA5BDC
RGB
CMYK
RGB Variations
Color information
#BA5BDC (or 0xBA5BDC) is known color: Medium Orchid. HEX triplet: BA, 5B and DC. RGB value is (186,91,220). Sum of RGB (Red+Green+Blue) = 186+91+220=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA5BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BDC is #45A423. Grayscale: #858585. Windows color (decimal): -4564004 or 14441402. OLE color: 14441402.
HSL color Cylindrical-coordinate representation of color #BA5BDC: hue angle of 284.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA5BDC is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 91 | 220 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.14 |
| HSL | 284.19º | 0.65% | 0.61% | - |
| HSV(B) | 284.19º | 0.59% | 0.86% | - |
| XYZ | 36.91 | 23.09 | 70.22 | - |
| YUV | 134.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 220 | 0.15 | 0.59 | 0 | 0.14 | 284.19 | 0.65 | 0.61 |
| Hex | BA | 5B | DC | F | 3B | 0 | E | 11C | 41 | 3D |
| Octal | 272 | 133 | 334 | 17 | 73 | 0 | 16 | 434 | 101 | 75 |
| Binary | 10111010 | 1011011 | 11011100 | 1111 | 111011 | 0 | 1110 | 100011100 | 1000001 | 111101 |
Color Harmonies of #BA5BDC
Complementary color
Monochromatic Colors of #BA5BDC
Black with #BA5BDC
Text Example
Text Example
White with #BA5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BDC; }
p { color: rgb(186,91,220); }
H1.HeaderClassName
{
color: #BA5BDC;
}
.AnyTagClassName
{
color: #BA5BDC;
}
</style>
background-color css
<style>
a { background-color: #BA5BDC; }
a { background-color: rgb(186,91,220); }
div.DivClassName
{
background-color: #BA5BDC;
}
.BgClassName
{
background-color: #BA5BDC;
}
</style>
border-color css
<style>
span { border-color: #BA5BDC; }
span { border-color: rgb(186,91,220); }
td.TdClassName
{
border-color: #BA5BDC;
}
.TagClassName
{
border-color: #BA5BDC;
}
</style>