#BA57F5

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

Shades of Medium Orchid #BA57F5

Tints of Medium Orchid #BA57F5

Color information

#BA57F5 (or 0xBA57F5) is unknown color: approx Medium Orchid. HEX triplet: BA, 57 and F5. RGB value is (186,87,245). Sum of RGB (Red+Green+Blue) = 186+87+245=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA57F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57F5 is #45A80A. Grayscale: #868686. Windows color (decimal): -4565003 or 16078778. OLE color: 16078778.

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

Color convert

RGB18687245-
CMYK0.240.6400.04
HSL277.59º88.76%65.1%-
HSV(B)277.59º64.49%96.08%-
XYZ40.1423.8588.87-
YUV134.61190.3164.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 87 (34.38% from 255) = 16.80%
BLUE value IS 245 (96.09% from 255) = 47.30%
R=35.91%
G=16.80%
B=47.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186872450.240.6400.04277.5988.7665.1
HexBA57F51840041165941
Octal2721273653010004426131101
Binary10111010101011111110101110001000000010010001011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57F5; }

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

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

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

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

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

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

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

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