#BA5DEE

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

Shades of Medium Orchid #BA5DEE

Tints of Medium Orchid #BA5DEE

Color information

#BA5DEE (or 0xBA5DEE) is unknown color: approx Medium Orchid. HEX triplet: BA, 5D and EE. RGB value is (186,93,238). Sum of RGB (Red+Green+Blue) = 186+93+238=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DEE is #45A211. Grayscale: #888888. Windows color (decimal): -4563474 or 15621562. OLE color: 15621562.

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

Color convert

RGB18693238-
CMYK0.220.6100.07
HSL278.48º81.01%64.9%-
HSV(B)278.48º60.92%93.33%-
XYZ39.624.4483.52-
YUV137.34184.81162.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 93 (36.72% from 255) = 17.99%
BLUE value IS 238 (93.36% from 255) = 46.03%
R=35.98%
G=17.99%
B=46.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186932380.220.6100.07278.4881.0164.9
HexBA5DEE163D071165141
Octal272135356267507426121101
Binary1011101010111011110111010110111101011110001011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5DEE; }

 p { color: rgb(186,93,238); }

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

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

 a { background-color: rgb(186,93,238); }

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

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

 span { border-color: rgb(186,93,238); }

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