#BA65F0

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

Shades of Medium Orchid #BA65F0

Tints of Medium Orchid #BA65F0

Color information

#BA65F0 (or 0xBA65F0) is unknown color: approx Medium Orchid. HEX triplet: BA, 65 and F0. RGB value is (186,101,240). Sum of RGB (Red+Green+Blue) = 186+101+240=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA65F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65F0 is #459A0F. Grayscale: #8D8D8D. Windows color (decimal): -4561424 or 15754682. OLE color: 15754682.

HSL color Cylindrical-coordinate representation of color #BA65F0: hue angle of 276.69º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA65F0 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186101240-
CMYK0.220.5800.06
HSL276.69º82.25%66.86%-
HSV(B)276.69º57.92%94.12%-
XYZ40.6326.0485.32-
YUV142.26183.16159.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 101 (39.84% from 255) = 19.17%
BLUE value IS 240 (94.14% from 255) = 45.54%
R=35.29%
G=19.17%
B=45.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861012400.220.5800.06276.6982.2566.86
HexBA65F0163A061155243
Octal272145360267206425122103
Binary1011101011001011111000010110111010011010001010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65F0; }

 p { color: rgb(186,101,240); }

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

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

 a { background-color: rgb(186,101,240); }

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

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

 span { border-color: rgb(186,101,240); }

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