Shades of Medium Orchid #BA55DD
Tints of Medium Orchid #BA55DD
RGB
CMYK
RGB Variations
Color information
#BA55DD (or 0xBA55DD) is known color: Medium Orchid. HEX triplet: BA, 55 and DD. RGB value is (186,85,221). Sum of RGB (Red+Green+Blue) = 186+85+221=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA55DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55DD is #45AA22. Grayscale: #828282. Windows color (decimal): -4565539 or 14505402. OLE color: 14505402.
HSL color Cylindrical-coordinate representation of color #BA55DD: hue angle of 284.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA55DD is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 85 | 221 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.13 |
| HSL | 284.56º | 0.67% | 0.6% | - |
| HSV(B) | 284.56º | 0.62% | 0.87% | - |
| XYZ | 36.55 | 22.16 | 70.76 | - |
| YUV | 130.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 221 | 0.16 | 0.62 | 0 | 0.13 | 284.56 | 0.67 | 0.6 |
| Hex | BA | 55 | DD | 10 | 3E | 0 | D | 11D | 43 | 3C |
| Octal | 272 | 125 | 335 | 20 | 76 | 0 | 15 | 435 | 103 | 74 |
| Binary | 10111010 | 1010101 | 11011101 | 10000 | 111110 | 0 | 1101 | 100011101 | 1000011 | 111100 |
Color Harmonies of #BA55DD
Complementary color
Monochromatic Colors of #BA55DD
Black with #BA55DD
Text Example
Text Example
White with #BA55DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55DD; }
p { color: rgb(186,85,221); }
H1.HeaderClassName
{
color: #BA55DD;
}
.AnyTagClassName
{
color: #BA55DD;
}
</style>
background-color css
<style>
a { background-color: #BA55DD; }
a { background-color: rgb(186,85,221); }
div.DivClassName
{
background-color: #BA55DD;
}
.BgClassName
{
background-color: #BA55DD;
}
</style>
border-color css
<style>
span { border-color: #BA55DD; }
span { border-color: rgb(186,85,221); }
td.TdClassName
{
border-color: #BA55DD;
}
.TagClassName
{
border-color: #BA55DD;
}
</style>