Shades of Medium Orchid #BA61F7
Tints of Medium Orchid #BA61F7
RGB
CMYK
RGB Variations
Color information
#BA61F7 (or 0xBA61F7) is known color: Medium Orchid. HEX triplet: BA, 61 and F7. RGB value is (186,97,247). Sum of RGB (Red+Green+Blue) = 186+97+247=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA61F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61F7 is #459E08. Grayscale: #8C8C8C. Windows color (decimal): -4562441 or 16212410. OLE color: 16212410.
HSL color Cylindrical-coordinate representation of color #BA61F7: hue angle of 275.6º degrees, saturation: 0.9, 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 #BA61F7 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 97 | 247 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.03 |
| HSL | 275.6º | 0.9% | 0.67% | - |
| HSV(B) | 275.6º | 0.61% | 0.97% | - |
| XYZ | 41.31 | 25.7 | 90.78 | - |
| YUV | 140.71 | 187.99 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 247 | 0.25 | 0.61 | 0 | 0.03 | 275.6 | 0.9 | 0.67 |
| Hex | BA | 61 | F7 | 19 | 3D | 0 | 3 | 114 | 5A | 43 |
| Octal | 272 | 141 | 367 | 31 | 75 | 0 | 3 | 424 | 132 | 103 |
| Binary | 10111010 | 1100001 | 11110111 | 11001 | 111101 | 0 | 11 | 100010100 | 1011010 | 1000011 |
Color Harmonies of #BA61F7
Complementary color
Monochromatic Colors of #BA61F7
Black with #BA61F7
Text Example
Text Example
White with #BA61F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61F7; }
p { color: rgb(186,97,247); }
H1.HeaderClassName
{
color: #BA61F7;
}
.AnyTagClassName
{
color: #BA61F7;
}
</style>
background-color css
<style>
a { background-color: #BA61F7; }
a { background-color: rgb(186,97,247); }
div.DivClassName
{
background-color: #BA61F7;
}
.BgClassName
{
background-color: #BA61F7;
}
</style>
border-color css
<style>
span { border-color: #BA61F7; }
span { border-color: rgb(186,97,247); }
td.TdClassName
{
border-color: #BA61F7;
}
.TagClassName
{
border-color: #BA61F7;
}
</style>