Shades of Medium Orchid #BA60E6
Tints of Medium Orchid #BA60E6
RGB
CMYK
RGB Variations
Color information
#BA60E6 (or 0xBA60E6) is known color: Medium Orchid. HEX triplet: BA, 60 and E6. RGB value is (186,96,230). Sum of RGB (Red+Green+Blue) = 186+96+230=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA60E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60E6 is #459F19. Grayscale: #898989. Windows color (decimal): -4562714 or 15098042. OLE color: 15098042.
HSL color Cylindrical-coordinate representation of color #BA60E6: hue angle of 280.3º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA60E6 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 96 | 230 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.10 |
| HSL | 280.3º | 0.73% | 0.64% | - |
| HSV(B) | 280.3º | 0.58% | 0.9% | - |
| XYZ | 38.72 | 24.52 | 77.55 | - |
| YUV | 138.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 230 | 0.19 | 0.58 | 0 | 0.10 | 280.3 | 0.73 | 0.64 |
| Hex | BA | 60 | E6 | 13 | 3A | 0 | A | 118 | 49 | 40 |
| Octal | 272 | 140 | 346 | 23 | 72 | 0 | 12 | 430 | 111 | 100 |
| Binary | 10111010 | 1100000 | 11100110 | 10011 | 111010 | 0 | 1010 | 100011000 | 1001001 | 1000000 |
Color Harmonies of #BA60E6
Complementary color
Monochromatic Colors of #BA60E6
Black with #BA60E6
Text Example
Text Example
White with #BA60E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60E6; }
p { color: rgb(186,96,230); }
H1.HeaderClassName
{
color: #BA60E6;
}
.AnyTagClassName
{
color: #BA60E6;
}
</style>
background-color css
<style>
a { background-color: #BA60E6; }
a { background-color: rgb(186,96,230); }
div.DivClassName
{
background-color: #BA60E6;
}
.BgClassName
{
background-color: #BA60E6;
}
</style>
border-color css
<style>
span { border-color: #BA60E6; }
span { border-color: rgb(186,96,230); }
td.TdClassName
{
border-color: #BA60E6;
}
.TagClassName
{
border-color: #BA60E6;
}
</style>