#BA5ED5

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

Shades of Medium Orchid #BA5ED5

Tints of Medium Orchid #BA5ED5

Color information

#BA5ED5 (or 0xBA5ED5) is unknown color: approx Medium Orchid. HEX triplet: BA, 5E and D5. RGB value is (186,94,213). Sum of RGB (Red+Green+Blue) = 186+94+213=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA5ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ED5 is #45A12A. Grayscale: #868686. Windows color (decimal): -4563243 or 13983418. OLE color: 13983418.

HSL color Cylindrical-coordinate representation of color #BA5ED5: hue angle of 286.39º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5ED5 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18694213-
CMYK0.130.5600.16
HSL286.39º58.62%60.2%-
HSV(B)286.39º55.87%83.53%-
XYZ36.2623.2565.53-
YUV135.07171.98164.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 94 (37.11% from 255) = 19.07%
BLUE value IS 213 (83.59% from 255) = 43.20%
R=37.73%
G=19.07%
B=43.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186942130.130.5600.16286.3958.6260.2
HexBA5ED5D3801011e3b3c
Octal27213632515700204367374
Binary101110101011110110101011101111000010000100011110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5ED5; }

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

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

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

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

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

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

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

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