#BA5ECB

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

Shades of Medium Orchid #BA5ECB

Tints of Medium Orchid #BA5ECB

Color information

#BA5ECB (or 0xBA5ECB) is unknown color: approx Medium Orchid. HEX triplet: BA, 5E and CB. RGB value is (186,94,203). Sum of RGB (Red+Green+Blue) = 186+94+203=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA5ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ECB is #45A134. Grayscale: #858585. Windows color (decimal): -4563253 or 13328058. OLE color: 13328058.

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

Color convert

RGB18694203-
CMYK0.080.5400.20
HSL290.64º51.17%58.24%-
HSV(B)290.64º53.69%79.61%-
XYZ35.0322.7659.05-
YUV133.93166.98165.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=38.51%
G=19.46%
B=42.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186942030.080.5400.20290.6451.1758.24
HexBA5ECB836014123333a
Octal27213631310660244436372
Binary101110101011110110010111000110110010100100100011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5ECB; }

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

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

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

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

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

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

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

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