Shades of Medium Orchid #BA61F0
Tints of Medium Orchid #BA61F0
RGB
CMYK
RGB Variations
Color information
#BA61F0 (or 0xBA61F0) is known color: Medium Orchid. HEX triplet: BA, 61 and F0. RGB value is (186,97,240). Sum of RGB (Red+Green+Blue) = 186+97+240=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA61F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61F0 is #459E0F. Grayscale: #8B8B8B. Windows color (decimal): -4562448 or 15753658. OLE color: 15753658.
HSL color Cylindrical-coordinate representation of color #BA61F0: hue angle of 277.34º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA61F0 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 97 | 240 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.06 |
| HSL | 277.34º | 0.83% | 0.66% | - |
| HSV(B) | 277.34º | 0.6% | 0.94% | - |
| XYZ | 40.25 | 25.28 | 85.2 | - |
| YUV | 139.91 | 184.49 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 240 | 0.22 | 0.60 | 0 | 0.06 | 277.34 | 0.83 | 0.66 |
| Hex | BA | 61 | F0 | 16 | 3C | 0 | 6 | 115 | 53 | 42 |
| Octal | 272 | 141 | 360 | 26 | 74 | 0 | 6 | 425 | 123 | 102 |
| Binary | 10111010 | 1100001 | 11110000 | 10110 | 111100 | 0 | 110 | 100010101 | 1010011 | 1000010 |
Color Harmonies of #BA61F0
Complementary color
Monochromatic Colors of #BA61F0
Black with #BA61F0
Text Example
Text Example
White with #BA61F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61F0; }
p { color: rgb(186,97,240); }
H1.HeaderClassName
{
color: #BA61F0;
}
.AnyTagClassName
{
color: #BA61F0;
}
</style>
background-color css
<style>
a { background-color: #BA61F0; }
a { background-color: rgb(186,97,240); }
div.DivClassName
{
background-color: #BA61F0;
}
.BgClassName
{
background-color: #BA61F0;
}
</style>
border-color css
<style>
span { border-color: #BA61F0; }
span { border-color: rgb(186,97,240); }
td.TdClassName
{
border-color: #BA61F0;
}
.TagClassName
{
border-color: #BA61F0;
}
</style>