Shades of Medium Orchid #BA5ADE
Tints of Medium Orchid #BA5ADE
RGB
CMYK
RGB Variations
Color information
#BA5ADE (or 0xBA5ADE) is known color: Medium Orchid. HEX triplet: BA, 5A and DE. RGB value is (186,90,222). Sum of RGB (Red+Green+Blue) = 186+90+222=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA5ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ADE is #45A521. Grayscale: #858585. Windows color (decimal): -4564258 or 14572218. OLE color: 14572218.
HSL color Cylindrical-coordinate representation of color #BA5ADE: hue angle of 283.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA5ADE is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 90 | 222 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.13 |
| HSL | 283.64º | 0.67% | 0.61% | - |
| HSV(B) | 283.64º | 0.59% | 0.87% | - |
| XYZ | 37.09 | 23.03 | 71.6 | - |
| YUV | 133.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 222 | 0.16 | 0.59 | 0 | 0.13 | 283.64 | 0.67 | 0.61 |
| Hex | BA | 5A | DE | 10 | 3B | 0 | D | 11C | 43 | 3D |
| Octal | 272 | 132 | 336 | 20 | 73 | 0 | 15 | 434 | 103 | 75 |
| Binary | 10111010 | 1011010 | 11011110 | 10000 | 111011 | 0 | 1101 | 100011100 | 1000011 | 111101 |
Color Harmonies of #BA5ADE
Complementary color
Monochromatic Colors of #BA5ADE
Black with #BA5ADE
Text Example
Text Example
White with #BA5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ADE; }
p { color: rgb(186,90,222); }
H1.HeaderClassName
{
color: #BA5ADE;
}
.AnyTagClassName
{
color: #BA5ADE;
}
</style>
background-color css
<style>
a { background-color: #BA5ADE; }
a { background-color: rgb(186,90,222); }
div.DivClassName
{
background-color: #BA5ADE;
}
.BgClassName
{
background-color: #BA5ADE;
}
</style>
border-color css
<style>
span { border-color: #BA5ADE; }
span { border-color: rgb(186,90,222); }
td.TdClassName
{
border-color: #BA5ADE;
}
.TagClassName
{
border-color: #BA5ADE;
}
</style>