#BA57C9

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

Shades of Medium Orchid #BA57C9

Tints of Medium Orchid #BA57C9

Color information

#BA57C9 (or 0xBA57C9) is unknown color: approx Medium Orchid. HEX triplet: BA, 57 and C9. RGB value is (186,87,201). Sum of RGB (Red+Green+Blue) = 186+87+201=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA57C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57C9 is #45A836. Grayscale: #818181. Windows color (decimal): -4565047 or 13195194. OLE color: 13195194.

HSL color Cylindrical-coordinate representation of color #BA57C9: hue angle of 292.11º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA57C9 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18687201-
CMYK0.070.5700.21
HSL292.11º51.35%56.47%-
HSV(B)292.11º56.72%78.82%-
XYZ34.221.4757.6-
YUV129.6168.3168.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 87 (34.38% from 255) = 18.35%
BLUE value IS 201 (78.91% from 255) = 42.41%
R=39.24%
G=18.35%
B=42.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186872010.070.5700.21292.1151.3556.47
HexBA57C97390151243338
Octal2721273117710254446370
Binary10111010101011111001001111111001010101100100100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57C9; }

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

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

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

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

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

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

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

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