Shades of Medium Orchid #BA60DC
Tints of Medium Orchid #BA60DC
RGB
CMYK
RGB Variations
Color information
#BA60DC (or 0xBA60DC) is known color: Medium Orchid. HEX triplet: BA, 60 and DC. RGB value is (186,96,220). Sum of RGB (Red+Green+Blue) = 186+96+220=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA60DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60DC is #459F23. Grayscale: #888888. Windows color (decimal): -4562724 or 14442682. OLE color: 14442682.
HSL color Cylindrical-coordinate representation of color #BA60DC: hue angle of 283.55º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA60DC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 96 | 220 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.14 |
| HSL | 283.55º | 0.64% | 0.62% | - |
| HSV(B) | 283.55º | 0.56% | 0.86% | - |
| XYZ | 37.35 | 23.97 | 70.37 | - |
| YUV | 137.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 220 | 0.15 | 0.56 | 0 | 0.14 | 283.55 | 0.64 | 0.62 |
| Hex | BA | 60 | DC | F | 38 | 0 | E | 11C | 40 | 3E |
| Octal | 272 | 140 | 334 | 17 | 70 | 0 | 16 | 434 | 100 | 76 |
| Binary | 10111010 | 1100000 | 11011100 | 1111 | 111000 | 0 | 1110 | 100011100 | 1000000 | 111110 |
Color Harmonies of #BA60DC
Complementary color
Monochromatic Colors of #BA60DC
Black with #BA60DC
Text Example
Text Example
White with #BA60DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60DC; }
p { color: rgb(186,96,220); }
H1.HeaderClassName
{
color: #BA60DC;
}
.AnyTagClassName
{
color: #BA60DC;
}
</style>
background-color css
<style>
a { background-color: #BA60DC; }
a { background-color: rgb(186,96,220); }
div.DivClassName
{
background-color: #BA60DC;
}
.BgClassName
{
background-color: #BA60DC;
}
</style>
border-color css
<style>
span { border-color: #BA60DC; }
span { border-color: rgb(186,96,220); }
td.TdClassName
{
border-color: #BA60DC;
}
.TagClassName
{
border-color: #BA60DC;
}
</style>