Shades of Medium Orchid #BA60F9
Tints of Medium Orchid #BA60F9
RGB
CMYK
RGB Variations
Color information
#BA60F9 (or 0xBA60F9) is known color: Medium Orchid. HEX triplet: BA, 60 and F9. RGB value is (186,96,249). Sum of RGB (Red+Green+Blue) = 186+96+249=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA60F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60F9 is #459F06. Grayscale: #8B8B8B. Windows color (decimal): -4562695 or 16343226. OLE color: 16343226.
HSL color Cylindrical-coordinate representation of color #BA60F9: hue angle of 275.29º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA60F9 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 96 | 249 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.02 |
| HSL | 275.29º | 0.93% | 0.68% | - |
| HSV(B) | 275.29º | 0.61% | 0.98% | - |
| XYZ | 41.53 | 25.64 | 92.38 | - |
| YUV | 140.35 | 189.32 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 249 | 0.25 | 0.61 | 0 | 0.02 | 275.29 | 0.93 | 0.68 |
| Hex | BA | 60 | F9 | 19 | 3D | 0 | 2 | 113 | 5D | 44 |
| Octal | 272 | 140 | 371 | 31 | 75 | 0 | 2 | 423 | 135 | 104 |
| Binary | 10111010 | 1100000 | 11111001 | 11001 | 111101 | 0 | 10 | 100010011 | 1011101 | 1000100 |
Color Harmonies of #BA60F9
Complementary color
Monochromatic Colors of #BA60F9
Black with #BA60F9
Text Example
Text Example
White with #BA60F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60F9; }
p { color: rgb(186,96,249); }
H1.HeaderClassName
{
color: #BA60F9;
}
.AnyTagClassName
{
color: #BA60F9;
}
</style>
background-color css
<style>
a { background-color: #BA60F9; }
a { background-color: rgb(186,96,249); }
div.DivClassName
{
background-color: #BA60F9;
}
.BgClassName
{
background-color: #BA60F9;
}
</style>
border-color css
<style>
span { border-color: #BA60F9; }
span { border-color: rgb(186,96,249); }
td.TdClassName
{
border-color: #BA60F9;
}
.TagClassName
{
border-color: #BA60F9;
}
</style>