#BA64E6

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

Shades of Medium Orchid #BA64E6

Tints of Medium Orchid #BA64E6

Color information

#BA64E6 (or 0xBA64E6) is unknown color: approx Medium Orchid. HEX triplet: BA, 64 and E6. RGB value is (186,100,230). Sum of RGB (Red+Green+Blue) = 186+100+230=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA64E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA64E6 is #459B19. Grayscale: #8C8C8C. Windows color (decimal): -4561690 or 15099066. OLE color: 15099066.

HSL color Cylindrical-coordinate representation of color #BA64E6: hue angle of 279.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA64E6 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186100230-
CMYK0.190.5700.10
HSL279.69º72.22%64.71%-
HSV(B)279.69º56.52%90.2%-
XYZ39.0925.2777.68-
YUV140.53178.49160.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 100 (39.45% from 255) = 19.38%
BLUE value IS 230 (90.23% from 255) = 44.57%
R=36.05%
G=19.38%
B=44.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861002300.190.5700.10279.6972.2264.71
HexBA64E613390A1184841
Octal2721443462371012430110101
Binary10111010110010011100110100111110010101010001100010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64E6; }

 p { color: rgb(186,100,230); }

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

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

 a { background-color: rgb(186,100,230); }

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

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

 span { border-color: rgb(186,100,230); }

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