Shades of Medium Orchid #BA60DF
Tints of Medium Orchid #BA60DF
RGB
CMYK
RGB Variations
Color information
#BA60DF (or 0xBA60DF) is known color: Medium Orchid. HEX triplet: BA, 60 and DF. RGB value is (186,96,223). Sum of RGB (Red+Green+Blue) = 186+96+223=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA60DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60DF is #459F20. Grayscale: #888888. Windows color (decimal): -4562721 or 14639290. OLE color: 14639290.
HSL color Cylindrical-coordinate representation of color #BA60DF: hue angle of 282.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA60DF is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 96 | 223 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.13 |
| HSL | 282.52º | 0.66% | 0.63% | - |
| HSV(B) | 282.52º | 0.57% | 0.87% | - |
| XYZ | 37.75 | 24.13 | 72.48 | - |
| YUV | 137.39 | 176.32 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 223 | 0.17 | 0.57 | 0 | 0.13 | 282.52 | 0.66 | 0.63 |
| Hex | BA | 60 | DF | 11 | 39 | 0 | D | 11B | 42 | 3F |
| Octal | 272 | 140 | 337 | 21 | 71 | 0 | 15 | 433 | 102 | 77 |
| Binary | 10111010 | 1100000 | 11011111 | 10001 | 111001 | 0 | 1101 | 100011011 | 1000010 | 111111 |
Color Harmonies of #BA60DF
Complementary color
Monochromatic Colors of #BA60DF
Black with #BA60DF
Text Example
Text Example
White with #BA60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60DF; }
p { color: rgb(186,96,223); }
H1.HeaderClassName
{
color: #BA60DF;
}
.AnyTagClassName
{
color: #BA60DF;
}
</style>
background-color css
<style>
a { background-color: #BA60DF; }
a { background-color: rgb(186,96,223); }
div.DivClassName
{
background-color: #BA60DF;
}
.BgClassName
{
background-color: #BA60DF;
}
</style>
border-color css
<style>
span { border-color: #BA60DF; }
span { border-color: rgb(186,96,223); }
td.TdClassName
{
border-color: #BA60DF;
}
.TagClassName
{
border-color: #BA60DF;
}
</style>