Shades of Medium Orchid #BA5BDD
Tints of Medium Orchid #BA5BDD
RGB
CMYK
RGB Variations
Color information
#BA5BDD (or 0xBA5BDD) is known color: Medium Orchid. HEX triplet: BA, 5B and DD. RGB value is (186,91,221). Sum of RGB (Red+Green+Blue) = 186+91+221=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA5BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BDD is #45A422. Grayscale: #858585. Windows color (decimal): -4564003 or 14506938. OLE color: 14506938.
HSL color Cylindrical-coordinate representation of color #BA5BDD: hue angle of 283.85º 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 #BA5BDD is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 91 | 221 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.13 |
| HSL | 283.85º | 0.66% | 0.61% | - |
| HSV(B) | 283.85º | 0.59% | 0.87% | - |
| XYZ | 37.04 | 23.14 | 70.92 | - |
| YUV | 134.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 221 | 0.16 | 0.59 | 0 | 0.13 | 283.85 | 0.66 | 0.61 |
| Hex | BA | 5B | DD | 10 | 3B | 0 | D | 11C | 42 | 3D |
| Octal | 272 | 133 | 335 | 20 | 73 | 0 | 15 | 434 | 102 | 75 |
| Binary | 10111010 | 1011011 | 11011101 | 10000 | 111011 | 0 | 1101 | 100011100 | 1000010 | 111101 |
Color Harmonies of #BA5BDD
Complementary color
Monochromatic Colors of #BA5BDD
Black with #BA5BDD
Text Example
Text Example
White with #BA5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BDD; }
p { color: rgb(186,91,221); }
H1.HeaderClassName
{
color: #BA5BDD;
}
.AnyTagClassName
{
color: #BA5BDD;
}
</style>
background-color css
<style>
a { background-color: #BA5BDD; }
a { background-color: rgb(186,91,221); }
div.DivClassName
{
background-color: #BA5BDD;
}
.BgClassName
{
background-color: #BA5BDD;
}
</style>
border-color css
<style>
span { border-color: #BA5BDD; }
span { border-color: rgb(186,91,221); }
td.TdClassName
{
border-color: #BA5BDD;
}
.TagClassName
{
border-color: #BA5BDD;
}
</style>