Shades of Medium Orchid #BA60CA
Tints of Medium Orchid #BA60CA
RGB
CMYK
RGB Variations
Color information
#BA60CA (or 0xBA60CA) is known color: Medium Orchid. HEX triplet: BA, 60 and CA. RGB value is (186,96,202). Sum of RGB (Red+Green+Blue) = 186+96+202=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA60CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60CA is #459F35. Grayscale: #868686. Windows color (decimal): -4562742 or 13263034. OLE color: 13263034.
HSL color Cylindrical-coordinate representation of color #BA60CA: hue angle of 290.94º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA60CA is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 96 | 202 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.21 |
| HSL | 290.94º | 0.5% | 0.58% | - |
| HSV(B) | 290.94º | 0.52% | 0.79% | - |
| XYZ | 35.09 | 23.07 | 58.48 | - |
| YUV | 134.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 202 | 0.08 | 0.52 | 0 | 0.21 | 290.94 | 0.5 | 0.58 |
| Hex | BA | 60 | CA | 8 | 34 | 0 | 15 | 123 | 32 | 3A |
| Octal | 272 | 140 | 312 | 10 | 64 | 0 | 25 | 443 | 62 | 72 |
| Binary | 10111010 | 1100000 | 11001010 | 1000 | 110100 | 0 | 10101 | 100100011 | 110010 | 111010 |
Color Harmonies of #BA60CA
Complementary color
Monochromatic Colors of #BA60CA
Black with #BA60CA
Text Example
Text Example
White with #BA60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60CA; }
p { color: rgb(186,96,202); }
H1.HeaderClassName
{
color: #BA60CA;
}
.AnyTagClassName
{
color: #BA60CA;
}
</style>
background-color css
<style>
a { background-color: #BA60CA; }
a { background-color: rgb(186,96,202); }
div.DivClassName
{
background-color: #BA60CA;
}
.BgClassName
{
background-color: #BA60CA;
}
</style>
border-color css
<style>
span { border-color: #BA60CA; }
span { border-color: rgb(186,96,202); }
td.TdClassName
{
border-color: #BA60CA;
}
.TagClassName
{
border-color: #BA60CA;
}
</style>