#BA61EA

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

Shades of Medium Orchid #BA61EA

Tints of Medium Orchid #BA61EA

Color information

#BA61EA (or 0xBA61EA) is unknown color: approx Medium Orchid. HEX triplet: BA, 61 and EA. RGB value is (186,97,234). Sum of RGB (Red+Green+Blue) = 186+97+234=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA61EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61EA is #459E15. Grayscale: #8A8A8A. Windows color (decimal): -4562454 or 15360442. OLE color: 15360442.

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

Color convert

RGB18697234-
CMYK0.210.5900.08
HSL278.98º76.54%64.9%-
HSV(B)278.98º58.55%91.76%-
XYZ39.3824.9380.58-
YUV139.23181.49161.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 97 (38.28% from 255) = 18.76%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=35.98%
G=18.76%
B=45.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal186972340.210.5900.08278.9876.5464.9
HexBA61EA153B081174d41
Octal2721413522573010427115101
Binary10111010110000111101010101011110110100010001011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61EA; }

 p { color: rgb(186,97,234); }

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

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

 a { background-color: rgb(186,97,234); }

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

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

 span { border-color: rgb(186,97,234); }

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