Shades of Medium Orchid #BA60DD
Tints of Medium Orchid #BA60DD
RGB
CMYK
RGB Variations
Color information
#BA60DD (or 0xBA60DD) is known color: Medium Orchid. HEX triplet: BA, 60 and DD. RGB value is (186,96,221). Sum of RGB (Red+Green+Blue) = 186+96+221=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60DD is #459F22. Grayscale: #888888. Windows color (decimal): -4562723 or 14508218. OLE color: 14508218.
HSL color Cylindrical-coordinate representation of color #BA60DD: hue angle of 283.2º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA60DD is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 96 | 221 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.13 |
| HSL | 283.2º | 0.65% | 0.62% | - |
| HSV(B) | 283.2º | 0.57% | 0.87% | - |
| XYZ | 37.48 | 24.03 | 71.07 | - |
| YUV | 137.16 | 175.32 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 221 | 0.16 | 0.57 | 0 | 0.13 | 283.2 | 0.65 | 0.62 |
| Hex | BA | 60 | DD | 10 | 39 | 0 | D | 11B | 41 | 3E |
| Octal | 272 | 140 | 335 | 20 | 71 | 0 | 15 | 433 | 101 | 76 |
| Binary | 10111010 | 1100000 | 11011101 | 10000 | 111001 | 0 | 1101 | 100011011 | 1000001 | 111110 |
Color Harmonies of #BA60DD
Complementary color
Monochromatic Colors of #BA60DD
Black with #BA60DD
Text Example
Text Example
White with #BA60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60DD; }
p { color: rgb(186,96,221); }
H1.HeaderClassName
{
color: #BA60DD;
}
.AnyTagClassName
{
color: #BA60DD;
}
</style>
background-color css
<style>
a { background-color: #BA60DD; }
a { background-color: rgb(186,96,221); }
div.DivClassName
{
background-color: #BA60DD;
}
.BgClassName
{
background-color: #BA60DD;
}
</style>
border-color css
<style>
span { border-color: #BA60DD; }
span { border-color: rgb(186,96,221); }
td.TdClassName
{
border-color: #BA60DD;
}
.TagClassName
{
border-color: #BA60DD;
}
</style>