#BA57DE

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

Shades of Medium Orchid #BA57DE

Tints of Medium Orchid #BA57DE

Color information

#BA57DE (or 0xBA57DE) is unknown color: approx Medium Orchid. HEX triplet: BA, 57 and DE. RGB value is (186,87,222). Sum of RGB (Red+Green+Blue) = 186+87+222=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA57DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57DE is #45A821. Grayscale: #838383. Windows color (decimal): -4565026 or 14571450. OLE color: 14571450.

HSL color Cylindrical-coordinate representation of color #BA57DE: hue angle of 284º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA57DE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18687222-
CMYK0.160.6100.13
HSL284º67.16%60.59%-
HSV(B)284º60.81%87.06%-
XYZ36.8422.5371.51-
YUV131.99178.8166.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 87 (34.38% from 255) = 17.58%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=37.58%
G=17.58%
B=44.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186872220.160.6100.1328467.1660.59
HexBA57DE103D0D11c433d
Octal272127336207501543410375
Binary1011101010101111101111010000111101011011000111001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57DE; }

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

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

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

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

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

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

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

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