Shades of Medium Orchid #BA65E6
Tints of Medium Orchid #BA65E6
RGB
CMYK
RGB Variations
Color information
#BA65E6 (or 0xBA65E6) is known color: Medium Orchid. HEX triplet: BA, 65 and E6. RGB value is (186,101,230). Sum of RGB (Red+Green+Blue) = 186+101+230=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA65E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65E6 is #459A19. Grayscale: #8C8C8C. Windows color (decimal): -4561434 or 15099322. OLE color: 15099322.
HSL color Cylindrical-coordinate representation of color #BA65E6: hue angle of 279.53º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA65E6 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 101 | 230 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.10 |
| HSL | 279.53º | 0.72% | 0.65% | - |
| HSV(B) | 279.53º | 0.56% | 0.9% | - |
| XYZ | 39.19 | 25.46 | 77.71 | - |
| YUV | 141.12 | 178.16 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 230 | 0.19 | 0.56 | 0 | 0.10 | 279.53 | 0.72 | 0.65 |
| Hex | BA | 65 | E6 | 13 | 38 | 0 | A | 118 | 48 | 41 |
| Octal | 272 | 145 | 346 | 23 | 70 | 0 | 12 | 430 | 110 | 101 |
| Binary | 10111010 | 1100101 | 11100110 | 10011 | 111000 | 0 | 1010 | 100011000 | 1001000 | 1000001 |
Color Harmonies of #BA65E6
Complementary color
Monochromatic Colors of #BA65E6
Black with #BA65E6
Text Example
Text Example
White with #BA65E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65E6; }
p { color: rgb(186,101,230); }
H1.HeaderClassName
{
color: #BA65E6;
}
.AnyTagClassName
{
color: #BA65E6;
}
</style>
background-color css
<style>
a { background-color: #BA65E6; }
a { background-color: rgb(186,101,230); }
div.DivClassName
{
background-color: #BA65E6;
}
.BgClassName
{
background-color: #BA65E6;
}
</style>
border-color css
<style>
span { border-color: #BA65E6; }
span { border-color: rgb(186,101,230); }
td.TdClassName
{
border-color: #BA65E6;
}
.TagClassName
{
border-color: #BA65E6;
}
</style>