Shades of Medium Orchid #BA60F8
Tints of Medium Orchid #BA60F8
RGB
CMYK
RGB Variations
Color information
#BA60F8 (or 0xBA60F8) is known color: Medium Orchid. HEX triplet: BA, 60 and F8. RGB value is (186,96,248). Sum of RGB (Red+Green+Blue) = 186+96+248=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA60F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60F8 is #459F07. Grayscale: #8B8B8B. Windows color (decimal): -4562696 or 16277690. OLE color: 16277690.
HSL color Cylindrical-coordinate representation of color #BA60F8: hue angle of 275.53º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA60F8 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 96 | 248 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.03 |
| HSL | 275.53º | 0.92% | 0.67% | - |
| HSV(B) | 275.53º | 0.61% | 0.97% | - |
| XYZ | 41.38 | 25.58 | 91.56 | - |
| YUV | 140.24 | 188.82 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 248 | 0.25 | 0.61 | 0 | 0.03 | 275.53 | 0.92 | 0.67 |
| Hex | BA | 60 | F8 | 19 | 3D | 0 | 3 | 114 | 5C | 43 |
| Octal | 272 | 140 | 370 | 31 | 75 | 0 | 3 | 424 | 134 | 103 |
| Binary | 10111010 | 1100000 | 11111000 | 11001 | 111101 | 0 | 11 | 100010100 | 1011100 | 1000011 |
Color Harmonies of #BA60F8
Complementary color
Monochromatic Colors of #BA60F8
Black with #BA60F8
Text Example
Text Example
White with #BA60F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60F8; }
p { color: rgb(186,96,248); }
H1.HeaderClassName
{
color: #BA60F8;
}
.AnyTagClassName
{
color: #BA60F8;
}
</style>
background-color css
<style>
a { background-color: #BA60F8; }
a { background-color: rgb(186,96,248); }
div.DivClassName
{
background-color: #BA60F8;
}
.BgClassName
{
background-color: #BA60F8;
}
</style>
border-color css
<style>
span { border-color: #BA60F8; }
span { border-color: rgb(186,96,248); }
td.TdClassName
{
border-color: #BA60F8;
}
.TagClassName
{
border-color: #BA60F8;
}
</style>