#BA65E4

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

Shades of Medium Orchid #BA65E4

Tints of Medium Orchid #BA65E4

Color information

#BA65E4 (or 0xBA65E4) is unknown color: approx Medium Orchid. HEX triplet: BA, 65 and E4. RGB value is (186,101,228). Sum of RGB (Red+Green+Blue) = 186+101+228=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA65E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65E4 is #459A1B. Grayscale: #8C8C8C. Windows color (decimal): -4561436 or 14968250. OLE color: 14968250.

HSL color Cylindrical-coordinate representation of color #BA65E4: hue angle of 280.16º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA65E4 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186101228-
CMYK0.180.5600.11
HSL280.16º70.17%64.51%-
HSV(B)280.16º55.7%89.41%-
XYZ38.9125.3576.24-
YUV140.89177.16160.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 101 (39.84% from 255) = 19.61%
BLUE value IS 228 (89.45% from 255) = 44.27%
R=36.12%
G=19.61%
B=44.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861012280.180.5600.11280.1670.1764.51
HexBA65E412380B1184641
Octal2721453442270013430106101
Binary10111010110010111100100100101110000101110001100010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65E4; }

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

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

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

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

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

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

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

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