Shades of Medium Orchid #BA60F5
Tints of Medium Orchid #BA60F5
RGB
CMYK
RGB Variations
Color information
#BA60F5 (or 0xBA60F5) is known color: Medium Orchid. HEX triplet: BA, 60 and F5. RGB value is (186,96,245). Sum of RGB (Red+Green+Blue) = 186+96+245=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA60F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60F5 is #459F0A. Grayscale: #8B8B8B. Windows color (decimal): -4562699 or 16081082. OLE color: 16081082.
HSL color Cylindrical-coordinate representation of color #BA60F5: hue angle of 276.24º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA60F5 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 96 | 245 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.04 |
| HSL | 276.24º | 0.88% | 0.67% | - |
| HSV(B) | 276.24º | 0.61% | 0.96% | - |
| XYZ | 40.91 | 25.4 | 89.13 | - |
| YUV | 139.9 | 187.32 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 245 | 0.24 | 0.61 | 0 | 0.04 | 276.24 | 0.88 | 0.67 |
| Hex | BA | 60 | F5 | 18 | 3D | 0 | 4 | 114 | 58 | 43 |
| Octal | 272 | 140 | 365 | 30 | 75 | 0 | 4 | 424 | 130 | 103 |
| Binary | 10111010 | 1100000 | 11110101 | 11000 | 111101 | 0 | 100 | 100010100 | 1011000 | 1000011 |
Color Harmonies of #BA60F5
Complementary color
Monochromatic Colors of #BA60F5
Black with #BA60F5
Text Example
Text Example
White with #BA60F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60F5; }
p { color: rgb(186,96,245); }
H1.HeaderClassName
{
color: #BA60F5;
}
.AnyTagClassName
{
color: #BA60F5;
}
</style>
background-color css
<style>
a { background-color: #BA60F5; }
a { background-color: rgb(186,96,245); }
div.DivClassName
{
background-color: #BA60F5;
}
.BgClassName
{
background-color: #BA60F5;
}
</style>
border-color css
<style>
span { border-color: #BA60F5; }
span { border-color: rgb(186,96,245); }
td.TdClassName
{
border-color: #BA60F5;
}
.TagClassName
{
border-color: #BA60F5;
}
</style>