#BA5AED

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

Shades of Medium Orchid #BA5AED

Tints of Medium Orchid #BA5AED

Color information

#BA5AED (or 0xBA5AED) is unknown color: approx Medium Orchid. HEX triplet: BA, 5A and ED. RGB value is (186,90,237). Sum of RGB (Red+Green+Blue) = 186+90+237=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA5AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AED is #45A512. Grayscale: #868686. Windows color (decimal): -4564243 or 15555258. OLE color: 15555258.

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

Color convert

RGB18690237-
CMYK0.220.6200.07
HSL279.18º80.33%64.12%-
HSV(B)279.18º62.03%92.94%-
XYZ39.1923.8782.66-
YUV135.46185.3164.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 90 (35.55% from 255) = 17.54%
BLUE value IS 237 (92.97% from 255) = 46.20%
R=36.26%
G=17.54%
B=46.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186902370.220.6200.07279.1880.3364.12
HexBA5AED163E071175040
Octal272132355267607427120100
Binary1011101010110101110110110110111110011110001011110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5AED; }

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

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

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

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

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

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

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

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