#ba60ec

Color #BA60EC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BA60EC

Tints of Medium Orchid #BA60EC

Color information

#BA60EC (or 0xBA60EC) is unknown color: approx Medium Orchid. HEX triplet: BA, 60 and EC. RGB value is (186,96,236). Sum of RGB (Red+Green+Blue) = 186+96+236=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA60EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60EC is #459F13. Grayscale: #8A8A8A. Windows color (decimal): -4562708 or 15491258. OLE color: 15491258.

HSL color Cylindrical-coordinate representation of color #BA60EC: hue angle of 278.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA60EC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18696236-
CMYK0.210.5900.07
HSL278.57º78.65%65.1%-
HSV(B)278.57º59.32%92.55%-
XYZ39.5724.8682.07-
YUV138.87182.82161.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 96 (37.89% from 255) = 18.53%
BLUE value IS 236 (92.58% from 255) = 45.56%
R=35.91%
G=18.53%
B=45.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186962360.210.5900.07278.5778.6565.1
HexBA60EC153B071174f41
Octal272140354257307427117101
Binary1011101011000001110110010101111011011110001011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba60ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba60ec; }

 p { color: rgb(186,96,236); }

 H1.HeaderClassName
 {
   color: #ba60ec;
 }
 .AnyTagClassName
 {
   color: #ba60ec;
 }
</style>
background-color css

<style>
 a { background-color: #ba60ec; }

 a { background-color: rgb(186,96,236); }

 div.DivClassName
 {
   background-color: #ba60ec;
 }
 .BgClassName
 {
   background-color: #ba60ec;
 }
</style>
border-color css

<style>
 span { border-color: #ba60ec; }

 span { border-color: rgb(186,96,236); }

 td.TdClassName
 {
   border-color: #ba60ec;
 }
 .TagClassName
 {
   border-color: #ba60ec;
 }
</style>