Shades of Medium Orchid #BA65F0
Tints of Medium Orchid #BA65F0
RGB
CMYK
RGB Variations
Color information
#BA65F0 (or 0xBA65F0) is known color: Medium Orchid. HEX triplet: BA, 65 and F0. RGB value is (186,101,240). Sum of RGB (Red+Green+Blue) = 186+101+240=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA65F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65F0 is #459A0F. Grayscale: #8D8D8D. Windows color (decimal): -4561424 or 15754682. OLE color: 15754682.
HSL color Cylindrical-coordinate representation of color #BA65F0: hue angle of 276.69º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA65F0 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 101 | 240 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.06 |
| HSL | 276.69º | 0.82% | 0.67% | - |
| HSV(B) | 276.69º | 0.58% | 0.94% | - |
| XYZ | 40.63 | 26.04 | 85.32 | - |
| YUV | 142.26 | 183.16 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 240 | 0.22 | 0.58 | 0 | 0.06 | 276.69 | 0.82 | 0.67 |
| Hex | BA | 65 | F0 | 16 | 3A | 0 | 6 | 115 | 52 | 43 |
| Octal | 272 | 145 | 360 | 26 | 72 | 0 | 6 | 425 | 122 | 103 |
| Binary | 10111010 | 1100101 | 11110000 | 10110 | 111010 | 0 | 110 | 100010101 | 1010010 | 1000011 |
Color Harmonies of #BA65F0
Complementary color
Monochromatic Colors of #BA65F0
Black with #BA65F0
Text Example
Text Example
White with #BA65F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65F0; }
p { color: rgb(186,101,240); }
H1.HeaderClassName
{
color: #BA65F0;
}
.AnyTagClassName
{
color: #BA65F0;
}
</style>
background-color css
<style>
a { background-color: #BA65F0; }
a { background-color: rgb(186,101,240); }
div.DivClassName
{
background-color: #BA65F0;
}
.BgClassName
{
background-color: #BA65F0;
}
</style>
border-color css
<style>
span { border-color: #BA65F0; }
span { border-color: rgb(186,101,240); }
td.TdClassName
{
border-color: #BA65F0;
}
.TagClassName
{
border-color: #BA65F0;
}
</style>