Shades of Medium Orchid #BA5BDE
Tints of Medium Orchid #BA5BDE
RGB
CMYK
RGB Variations
Color information
#BA5BDE (or 0xBA5BDE) is known color: Medium Orchid. HEX triplet: BA, 5B and DE. RGB value is (186,91,222). Sum of RGB (Red+Green+Blue) = 186+91+222=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA5BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BDE is #45A421. Grayscale: #858585. Windows color (decimal): -4564002 or 14572474. OLE color: 14572474.
HSL color Cylindrical-coordinate representation of color #BA5BDE: hue angle of 283.51º degrees, saturation: 0.66, 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 #BA5BDE is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 91 | 222 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.13 |
| HSL | 283.51º | 0.66% | 0.61% | - |
| HSV(B) | 283.51º | 0.59% | 0.87% | - |
| XYZ | 37.18 | 23.2 | 71.62 | - |
| YUV | 134.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 222 | 0.16 | 0.59 | 0 | 0.13 | 283.51 | 0.66 | 0.61 |
| Hex | BA | 5B | DE | 10 | 3B | 0 | D | 11C | 42 | 3D |
| Octal | 272 | 133 | 336 | 20 | 73 | 0 | 15 | 434 | 102 | 75 |
| Binary | 10111010 | 1011011 | 11011110 | 10000 | 111011 | 0 | 1101 | 100011100 | 1000010 | 111101 |
Color Harmonies of #BA5BDE
Complementary color
Monochromatic Colors of #BA5BDE
Black with #BA5BDE
Text Example
Text Example
White with #BA5BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BDE; }
p { color: rgb(186,91,222); }
H1.HeaderClassName
{
color: #BA5BDE;
}
.AnyTagClassName
{
color: #BA5BDE;
}
</style>
background-color css
<style>
a { background-color: #BA5BDE; }
a { background-color: rgb(186,91,222); }
div.DivClassName
{
background-color: #BA5BDE;
}
.BgClassName
{
background-color: #BA5BDE;
}
</style>
border-color css
<style>
span { border-color: #BA5BDE; }
span { border-color: rgb(186,91,222); }
td.TdClassName
{
border-color: #BA5BDE;
}
.TagClassName
{
border-color: #BA5BDE;
}
</style>