Shades of Medium Orchid #BA65ED
Tints of Medium Orchid #BA65ED
RGB
CMYK
RGB Variations
Color information
#BA65ED (or 0xBA65ED) is known color: Medium Orchid. HEX triplet: BA, 65 and ED. RGB value is (186,101,237). Sum of RGB (Red+Green+Blue) = 186+101+237=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA65ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65ED is #459A12. Grayscale: #8D8D8D. Windows color (decimal): -4561427 or 15558074. OLE color: 15558074.
HSL color Cylindrical-coordinate representation of color #BA65ED: hue angle of 277.5º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA65ED is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 101 | 237 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.07 |
| HSL | 277.5º | 0.79% | 0.66% | - |
| HSV(B) | 277.5º | 0.57% | 0.93% | - |
| XYZ | 40.19 | 25.86 | 82.99 | - |
| YUV | 141.92 | 181.66 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 237 | 0.22 | 0.57 | 0 | 0.07 | 277.5 | 0.79 | 0.66 |
| Hex | BA | 65 | ED | 16 | 39 | 0 | 7 | 116 | 4F | 42 |
| Octal | 272 | 145 | 355 | 26 | 71 | 0 | 7 | 426 | 117 | 102 |
| Binary | 10111010 | 1100101 | 11101101 | 10110 | 111001 | 0 | 111 | 100010110 | 1001111 | 1000010 |
Color Harmonies of #BA65ED
Complementary color
Monochromatic Colors of #BA65ED
Black with #BA65ED
Text Example
Text Example
White with #BA65ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65ED; }
p { color: rgb(186,101,237); }
H1.HeaderClassName
{
color: #BA65ED;
}
.AnyTagClassName
{
color: #BA65ED;
}
</style>
background-color css
<style>
a { background-color: #BA65ED; }
a { background-color: rgb(186,101,237); }
div.DivClassName
{
background-color: #BA65ED;
}
.BgClassName
{
background-color: #BA65ED;
}
</style>
border-color css
<style>
span { border-color: #BA65ED; }
span { border-color: rgb(186,101,237); }
td.TdClassName
{
border-color: #BA65ED;
}
.TagClassName
{
border-color: #BA65ED;
}
</style>