#BA5ECD

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

Shades of Medium Orchid #BA5ECD

Tints of Medium Orchid #BA5ECD

Color information

#BA5ECD (or 0xBA5ECD) is unknown color: approx Medium Orchid. HEX triplet: BA, 5E and CD. RGB value is (186,94,205). Sum of RGB (Red+Green+Blue) = 186+94+205=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ECD is #45A132. Grayscale: #858585. Windows color (decimal): -4563251 or 13459130. OLE color: 13459130.

HSL color Cylindrical-coordinate representation of color #BA5ECD: hue angle of 289.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5ECD is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18694205-
CMYK0.090.5400.20
HSL289.73º52.61%58.63%-
HSV(B)289.73º54.15%80.39%-
XYZ35.2722.8560.31-
YUV134.16167.98164.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 94 (37.11% from 255) = 19.38%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=38.35%
G=19.38%
B=42.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186942050.090.5400.20289.7352.6158.63
HexBA5ECD936014122353b
Octal27213631511660244426573
Binary101110101011110110011011001110110010100100100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5ECD; }

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

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

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

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

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

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

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

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