#BA5EF5

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

Shades of Medium Orchid #BA5EF5

Tints of Medium Orchid #BA5EF5

Color information

#BA5EF5 (or 0xBA5EF5) is unknown color: approx Medium Orchid. HEX triplet: BA, 5E and F5. RGB value is (186,94,245). Sum of RGB (Red+Green+Blue) = 186+94+245=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA5EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5EF5 is #45A10A. Grayscale: #8A8A8A. Windows color (decimal): -4563211 or 16080570. OLE color: 16080570.

HSL color Cylindrical-coordinate representation of color #BA5EF5: hue angle of 276.56º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5EF5 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18694245-
CMYK0.240.6200.04
HSL276.56º88.3%66.47%-
HSV(B)276.56º61.63%96.08%-
XYZ40.7325.0489.07-
YUV138.72187.98161.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 94 (37.11% from 255) = 17.90%
BLUE value IS 245 (96.09% from 255) = 46.67%
R=35.43%
G=17.90%
B=46.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186942450.240.6200.04276.5688.366.47
HexBA5EF5183E041155842
Octal272136365307604425130102
Binary1011101010111101111010111000111110010010001010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EF5; }

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

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

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

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

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

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

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

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