Shades of Medium Orchid #BA60CF
Tints of Medium Orchid #BA60CF
RGB
CMYK
RGB Variations
Color information
#BA60CF (or 0xBA60CF) is known color: Medium Orchid. HEX triplet: BA, 60 and CF. RGB value is (186,96,207). Sum of RGB (Red+Green+Blue) = 186+96+207=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA60CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60CF is #459F30. Grayscale: #878787. Windows color (decimal): -4562737 or 13590714. OLE color: 13590714.
HSL color Cylindrical-coordinate representation of color #BA60CF: hue angle of 288.65º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA60CF is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 96 | 207 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.19 |
| HSL | 288.65º | 0.54% | 0.59% | - |
| HSV(B) | 288.65º | 0.54% | 0.81% | - |
| XYZ | 35.7 | 23.31 | 61.65 | - |
| YUV | 135.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 207 | 0.10 | 0.54 | 0 | 0.19 | 288.65 | 0.54 | 0.59 |
| Hex | BA | 60 | CF | A | 36 | 0 | 13 | 121 | 36 | 3B |
| Octal | 272 | 140 | 317 | 12 | 66 | 0 | 23 | 441 | 66 | 73 |
| Binary | 10111010 | 1100000 | 11001111 | 1010 | 110110 | 0 | 10011 | 100100001 | 110110 | 111011 |
Color Harmonies of #BA60CF
Complementary color
Monochromatic Colors of #BA60CF
Black with #BA60CF
Text Example
Text Example
White with #BA60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60CF; }
p { color: rgb(186,96,207); }
H1.HeaderClassName
{
color: #BA60CF;
}
.AnyTagClassName
{
color: #BA60CF;
}
</style>
background-color css
<style>
a { background-color: #BA60CF; }
a { background-color: rgb(186,96,207); }
div.DivClassName
{
background-color: #BA60CF;
}
.BgClassName
{
background-color: #BA60CF;
}
</style>
border-color css
<style>
span { border-color: #BA60CF; }
span { border-color: rgb(186,96,207); }
td.TdClassName
{
border-color: #BA60CF;
}
.TagClassName
{
border-color: #BA60CF;
}
</style>