#BA57CD

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

Shades of Medium Orchid #BA57CD

Tints of Medium Orchid #BA57CD

Color information

#BA57CD (or 0xBA57CD) is unknown color: approx Medium Orchid. HEX triplet: BA, 57 and CD. RGB value is (186,87,205). Sum of RGB (Red+Green+Blue) = 186+87+205=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA57CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57CD is #45A832. Grayscale: #818181. Windows color (decimal): -4565043 or 13457338. OLE color: 13457338.

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

Color convert

RGB18687205-
CMYK0.090.5800.20
HSL290.34º54.13%57.25%-
HSV(B)290.34º57.56%80.39%-
XYZ34.6821.6660.11-
YUV130.05170.3167.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 87 (34.38% from 255) = 18.20%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=38.91%
G=18.20%
B=42.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186872050.090.5800.20290.3454.1357.25
HexBA57CD93A0141223639
Octal27212731511720244426671
Binary101110101010111110011011001111010010100100100010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57CD; }

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

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

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

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

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

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

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

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