#BA5EED

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

Shades of Medium Orchid #BA5EED

Tints of Medium Orchid #BA5EED

Color information

#BA5EED (or 0xBA5EED) is unknown color: approx Medium Orchid. HEX triplet: BA, 5E and ED. RGB value is (186,94,237). Sum of RGB (Red+Green+Blue) = 186+94+237=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA5EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5EED is #45A112. Grayscale: #898989. Windows color (decimal): -4563219 or 15556282. OLE color: 15556282.

HSL color Cylindrical-coordinate representation of color #BA5EED: hue angle of 278.6º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5EED is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18694237-
CMYK0.220.6000.07
HSL278.6º79.89%64.9%-
HSV(B)278.6º60.34%92.94%-
XYZ39.5424.5682.78-
YUV137.81183.98162.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 94 (37.11% from 255) = 18.18%
BLUE value IS 237 (92.97% from 255) = 45.84%
R=35.98%
G=18.18%
B=45.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186942370.220.6000.07278.679.8964.9
HexBA5EED163C071175041
Octal272136355267407427120101
Binary1011101010111101110110110110111100011110001011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EED; }

 p { color: rgb(186,94,237); }

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

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

 a { background-color: rgb(186,94,237); }

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

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

 span { border-color: rgb(186,94,237); }

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